DomainDataEntityRegistrant Property
|
A DomainRegistrantEntity object which contains all data about of Registrant
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 DomainRegistrantEntity Registrant { get; set; }<DataMemberAttribute>
Public Property Registrant As DomainRegistrantEntity
Get
Set
public:
[DataMemberAttribute]
property DomainRegistrantEntity^ Registrant {
DomainRegistrantEntity^ get ();
void set (DomainRegistrantEntity^ value);
}[<DataMemberAttribute>]
member Registrant : DomainRegistrantEntity with get, set
function get Registrant () : DomainRegistrantEntity
function set Registrant (value : DomainRegistrantEntity)
Property Value
Type:
DomainRegistrantEntity
See Also