| UpdateDialogResponseLastMessageUserId Property |
[Missing <summary> documentation for "P:Quickblox.Sdk.Modules.ChatModule.Responses.UpdateDialogResponse.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 int LastMessageUserId { get; set; }Public Property LastMessageUserId As Integer
Get
Set
public:
property int LastMessageUserId {
int get ();
void set (int value);
}member LastMessageUserId : int with get, set
Property Value
Type:
Int32
See Also