ServerGroup.DisplayName Property
Gets the display name of the server group.
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 ServerGroup
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 specifies the server group display name.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.