Share via


RegisteredServersStore.DomainName Property

Gets the name of a domain.

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

Syntax

'Declaration
<SfcIgnoreAttribute> _
Public ReadOnly Property DomainName As String 
    Get
'Usage
Dim instance As RegisteredServersStore 
Dim value As String 

value = instance.DomainName
[SfcIgnoreAttribute]
public string DomainName { get; }
[SfcIgnoreAttribute]
public:
virtual property String^ DomainName {
    String^ get () sealed;
}
[<SfcIgnoreAttribute>]
abstract DomainName : string
[<SfcIgnoreAttribute>]
override DomainName : string
final function get DomainName () : String

Property Value

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

Implements

ISfcDomainLite.DomainName

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

See Also

Reference

RegisteredServersStore Class

Microsoft.SqlServer.Management.RegisteredServers Namespace