A user-provided description of his or her availability status.
Namespace: Quickblox.Sdk.Modules.ChatXmppModule.ModelsAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string Message { get; }Public ReadOnly Property Message As String
Get
public:
property String^ Message {
String^ get ();
}member Message : string with get
Property Value
Type:
String
RemarksIf the Status instance contains multiple messages, this
field returns the value of the first message in the 'Messages'
dictionary.
See Also