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