ISfcDomainLite.DomainName Property
Gets the name of the ___domain. The name of the ___domain is used to distinguish it from other domains. The ___domain name is usually at the end of the namespace qualifier. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
ReadOnly Property DomainName As String
Get
'Usage
Dim instance As ISfcDomainLite
Dim value As String
value = instance.DomainName
string DomainName { get; }
property String^ DomainName {
String^ get ();
}
abstract DomainName : string
function get DomainName () : String
Property Value
Type: System.String
The name of the ___domain.