| CreateMessageRequestChatDialogId Property |
[Missing <summary> documentation for "P:Quickblox.Sdk.Modules.ChatModule.Requests.CreateMessageRequest.ChatDialogId"]
Namespace: Quickblox.Sdk.Modules.ChatModule.RequestsAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string ChatDialogId { get; set; }Public Property ChatDialogId As String
Get
Set
public:
property String^ ChatDialogId {
String^ get ();
void set (String^ value);
}member ChatDialogId : string with get, set
Property Value
Type:
String
See Also