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