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