[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Код ошибки обработки

Namespace: Infosyst.SmsHost
Assembly:  SmsHostWs (in SmsHostWs.dll)

Syntax

C#
public int ErrorCode{ get; set;}
Visual Basic (Declaration)
Public Property ErrorCode As Integer
Visual C++
public:
property int ErrorCode {
	int get ();
	void set (int value);
}

See Also