ForestTrustDomainInformation.DnsName 属性

定义

获取 Domain 对象的 DNS 名称。Gets the DNS name of the Domain object.

public:
 property System::String ^ DnsName { System::String ^ get(); };
public string DnsName { get; }
member this.DnsName : string
Public ReadOnly Property DnsName As String

属性值

String

一个包含 Domain 对象的 DNS 名称的字符串。A string that contains the DNS name of the Domain object.

适用于

另请参阅