DBaaSAclUserAcls Property
|
Namespace:
Aruba.Cloud.WsDBaaS.Entities
Assembly:
WsDBaaS (in WsDBaaS.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[DataMemberAttribute]
public Acl[] Acls { get; set; }<DataMemberAttribute>
Public Property Acls As Acl()
Get
Set
public:
[DataMemberAttribute]
property array<Acl^>^ Acls {
array<Acl^>^ get ();
void set (array<Acl^>^ value);
}[<DataMemberAttribute>]
member Acls : Acl[] with get, set
function get Acls () : Acl[]
function set Acls (value : Acl[])
Property Value
Type:
Acl
See Also