Share via


RegisteredServersStore.DomainInstanceName Property

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

Syntax

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

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

Property Value

Type: System.String

Implements

ISfcDomainDomainInstanceName()