Share via


SfcDomainInfo.DomainNamespace Property

Gets the domain namespace for the object. 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
Public ReadOnly Property DomainNamespace As String 
    Get
'Usage
Dim instance As SfcDomainInfo 
Dim value As String 

value = instance.DomainNamespace
public string DomainNamespace { get; }
public:
property String^ DomainNamespace {
    String^ get ();
}
member DomainNamespace : string
function get DomainNamespace () : String

Property Value

Type: System.String
A string that represents the domain namespace for the object.

See Also

Reference

SfcDomainInfo Class

Microsoft.SqlServer.Management.Sdk.Sfc Namespace