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