DomainNameEntityTldDescription 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 DomainTldInfoEntity TldDescription { get; set; }<DataMemberAttribute>
Public Property TldDescription As DomainTldInfoEntity
Get
Set
public:
[DataMemberAttribute]
property DomainTldInfoEntity^ TldDescription {
DomainTldInfoEntity^ get ();
void set (DomainTldInfoEntity^ value);
}[<DataMemberAttribute>]
member TldDescription : DomainTldInfoEntity with get, set
function get TldDescription () : DomainTldInfoEntity
function set TldDescription (value : DomainTldInfoEntity)
Property Value
Type:
DomainTldInfoEntity
See Also