Share via


RegisteredServersStore.CentralManagementServerGroup Property

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

Syntax

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

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