[Missing <summary> documentation for "P:Quickblox.Sdk.Modules.ChatXmppModule.Models.Message.Thread"]
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 Thread { get; set; }Public Property Thread As String
Get
Set
public:
property String^ Thread {
String^ get ();
void set (String^ value);
}member Thread : string with get, set
Property Value
Type:
String
See Also