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