ModifyDomainEntityChangeAutorenew Property
|
Namespace:
Aruba.Cloud.Domains.Common.Entities
Assembly:
Aruba.Cloud.Domains.Common.Entities (in Aruba.Cloud.Domains.Common.Entities.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[DataMemberAttribute]
public Nullable<bool> ChangeAutorenew { get; set; }<DataMemberAttribute>
Public Property ChangeAutorenew As Nullable(Of Boolean)
Get
Set
public:
[DataMemberAttribute]
property Nullable<bool> ChangeAutorenew {
Nullable<bool> get ();
void set (Nullable<bool> value);
}[<DataMemberAttribute>]
member ChangeAutorenew : Nullable<bool> with get, set
function get ChangeAutorenew () : Nullable<boolean>
function set ChangeAutorenew (value : Nullable<boolean>)
Property Value
Type:
NullableBoolean
See Also