DBaasAccountToCreateGrants Property
|
An array of UserGrant objects (only for dedicated instances).
Namespace:
Aruba.Cloud.WsDBaaS.Entities
Assembly:
WsDBaaS (in WsDBaaS.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[DataMemberAttribute]
public UserGrant[] Grants { get; set; }<DataMemberAttribute>
Public Property Grants As UserGrant()
Get
Set
public:
[DataMemberAttribute]
property array<UserGrant^>^ Grants {
array<UserGrant^>^ get ();
void set (array<UserGrant^>^ value);
}[<DataMemberAttribute>]
member Grants : UserGrant[] with get, set
function get Grants () : UserGrant[]
function set Grants (value : UserGrant[])
Property Value
Type:
UserGrant
See Also