DomainTldInfoEntityGracePeriod Property
|
Period in which the domain can be renewed
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<int> GracePeriod { get; set; }<DataMemberAttribute>
Public Property GracePeriod As Nullable(Of Integer)
Get
Set
public:
[DataMemberAttribute]
property Nullable<int> GracePeriod {
Nullable<int> get ();
void set (Nullable<int> value);
}[<DataMemberAttribute>]
member GracePeriod : Nullable<int> with get, set
function get GracePeriod () : Nullable<int>
function set GracePeriod (value : Nullable<int>)
Property Value
Type:
NullableInt32
See Also