SfcDomainInfo.NamespaceQualifier Property
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 Property NamespaceQualifier As String
Get
Friend Set
'Usage
Dim instance As SfcDomainInfo
Dim value As String
value = instance.NamespaceQualifier
public string NamespaceQualifier { get; internal set; }
public:
property String^ NamespaceQualifier {
String^ get ();
internal: void set (String^ value);
}
member NamespaceQualifier : string with get, internal set
function get NamespaceQualifier () : String
internal function set NamespaceQualifier (value : String)
Property Value
Type: System.String
The value of the specified namespace qualifier.