| MessageDeletedOccupantsIds Property |
[Missing <summary> documentation for "P:Quickblox.Sdk.GeneralDataModel.Models.Message.DeletedOccupantsIds"]
Namespace: Quickblox.Sdk.GeneralDataModel.ModelsAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic IList<int> DeletedOccupantsIds { get; set; }Public Property DeletedOccupantsIds As IList(Of Integer)
Get
Set
public:
property IList<int>^ DeletedOccupantsIds {
IList<int>^ get ();
void set (IList<int>^ value);
}member DeletedOccupantsIds : IList<int> with get, set
Property Value
Type:
IListInt32
See Also