JelasticAccountAutoRenewal Property
|
Indicates whether the Jelastic account has the AutoRenewal enabled or not
Namespace:
Aruba.Cloud.WsJelastic.Entities
Assembly:
WsJelastic (in WsJelastic.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[DataMemberAttribute]
public bool AutoRenewal { get; set; }<DataMemberAttribute>
Public Property AutoRenewal As Boolean
Get
Set
public:
[DataMemberAttribute]
property bool AutoRenewal {
bool get ();
void set (bool value);
}[<DataMemberAttribute>]
member AutoRenewal : bool with get, set
function get AutoRenewal () : boolean
function set AutoRenewal (value : boolean)
Property Value
Type:
Boolean
See Also