RegisteredServersStore.DisplayName Property

Gets the display name of the registered servers store.

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

Syntax

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

value = instance.DisplayName
[SfcIgnoreAttribute]
public string DisplayName { get; }
[SfcIgnoreAttribute]
public:
property String^ DisplayName {
    String^ get ();
}
[<SfcIgnoreAttribute>]
member DisplayName : string
function get DisplayName () : String

Property Value

Type: System.String
A String value that contains the display name of the registered servers store.

Remarks

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