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