PrivateCloudEntityDetailsUserCanEditOrg Property
|
The flag usercanedit of the organization
Namespace:
Aruba.Cloud.Provisioning.Entities.PrivateCloud
Assembly:
Aruba.Cloud.Provisioning.Entities (in Aruba.Cloud.Provisioning.Entities.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[DataMemberAttribute]
public bool UserCanEditOrg { get; set; }<DataMemberAttribute>
Public Property UserCanEditOrg As Boolean
Get
Set
public:
[DataMemberAttribute]
property bool UserCanEditOrg {
bool get ();
void set (bool value);
}[<DataMemberAttribute>]
member UserCanEditOrg : bool with get, set
function get UserCanEditOrg () : boolean
function set UserCanEditOrg (value : boolean)
Property Value
Type:
Boolean
See Also