SetUpdateScheduledOperationDbaasRequestEnable Property
|
Enable/disable scheduled operation,a disabled operation will not be executed
Namespace:
Aruba.Cloud.WsDBaaS.Requests
Assembly:
WsDBaaS (in WsDBaaS.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[DataMemberAttribute]
public bool Enable { get; set; }<DataMemberAttribute>
Public Property Enable As Boolean
Get
Set
public:
[DataMemberAttribute]
property bool Enable {
bool get ();
void set (bool value);
}[<DataMemberAttribute>]
member Enable : bool with get, set
function get Enable () : boolean
function set Enable (value : boolean)
Property Value
Type:
Boolean
See Also