| SuccessfullyDeletedIds Property |
[Missing <summary> documentation for "P:Quickblox.Sdk.Modules.CustomObjectModule.Models.SuccessfullyDeleted.Ids"]
Namespace: Quickblox.Sdk.Modules.CustomObjectModule.ModelsAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic List<int> Ids { get; set; }Public Property Ids As List(Of Integer)
Get
Set
public:
property List<int>^ Ids {
List<int>^ get ();
void set (List<int>^ value);
}member Ids : List<int> with get, set
Property Value
Type:
ListInt32
See Also