[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 Guid MessageId{ get; set;}
Visual Basic (Declaration)
Public Property MessageId As Guid
Visual C++
public:
property Guid MessageId {
	Guid get ();
	void set (Guid value);
}

See Also