JelasticAccountUserCanEdit Property
|
Indicates whether is possible to edit or not the JelasticAccount
Namespace:
Aruba.Cloud.WsJelastic.Entities
Assembly:
WsJelastic (in WsJelastic.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[DataMemberAttribute]
public bool UserCanEdit { get; set; }<DataMemberAttribute>
Public Property UserCanEdit As Boolean
Get
Set
public:
[DataMemberAttribute]
property bool UserCanEdit {
bool get ();
void set (bool value);
}[<DataMemberAttribute>]
member UserCanEdit : bool with get, set
function get UserCanEdit () : boolean
function set UserCanEdit (value : boolean)
Property Value
Type:
Boolean
See Also