Share via


RegisteredServersStore.IntegrationServicesServerGroupName Property

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

Syntax

'Declaration
Public ReadOnly Property IntegrationServicesServerGroupName As String
    Get
'Usage
Dim instance As RegisteredServersStore
Dim value As String

value = instance.IntegrationServicesServerGroupName
public string IntegrationServicesServerGroupName { get; }
public:
property String^ IntegrationServicesServerGroupName {
    String^ get ();
}
member IntegrationServicesServerGroupName : string
function get IntegrationServicesServerGroupName () : String

Property Value

Type: System.String