JelasticAccountToManageAutoRenewal Property
|
Indicates whether the automatic renewal is 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 Nullable<bool> AutoRenewal { get; set; }<DataMemberAttribute>
Public Property AutoRenewal As Nullable(Of Boolean)
Get
Set
public:
[DataMemberAttribute]
property Nullable<bool> AutoRenewal {
Nullable<bool> get ();
void set (Nullable<bool> value);
}[<DataMemberAttribute>]
member AutoRenewal : Nullable<bool> with get, set
function get AutoRenewal () : Nullable<boolean>
function set AutoRenewal (value : Nullable<boolean>)
Property Value
Type:
NullableBoolean
See Also