PolicyStore.ISfcDomainLite.DomainName Property

Gets the domain name.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
<SfcIgnoreAttribute> _
Private ReadOnly Property DomainName As String 
    Implements ISfcDomainLite.DomainName 
    Get
'Usage
Dim instance As PolicyStore 
Dim value As String 

value = CType(instance, ISfcDomainLite).DomainName
[SfcIgnoreAttribute]
string ISfcDomainLite.DomainName { get; }
[SfcIgnoreAttribute]
private:
virtual property String^ DomainName {
    String^ get () sealed = ISfcDomainLite::DomainName::get;
}
[<SfcIgnoreAttribute>]
private abstract DomainName : string
[<SfcIgnoreAttribute>]
private override DomainName : string
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Property Value

Type: System.String
A string value that contains the name of the domain.

Implements

ISfcDomainLite.DomainName

See Also

Reference

PolicyStore Class

Microsoft.SqlServer.Management.Dmf Namespace