[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]Allows you to access and manage Service Manager data, including management packs and the classes and other components defined in a management pack, user roles, language packs, knowledge articles, forms, and instances of management pack classes. This class is derived from the EnterpriseManagementGroup class, and it can be used as the starting point for Service Manager client applications. Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.ServiceManager (in microsoft.enterprisemanagement.servicemanager.dll)

Usage

Visual Basic
Dim instance As ServiceManagementGroup

Syntax

Visual Basic
Public Class ServiceManagementGroup
		Inherits EnterpriseManagementGroup
C#
public class ServiceManagementGroup : EnterpriseManagementGroup
C++
public ref class ServiceManagementGroup : public EnterpriseManagementGroup
J#
public class ServiceManagementGroup extends EnterpriseManagementGroup
JScript
public class ServiceManagementGroup extends EnterpriseManagementGroup

Inheritance Hierarchy

System.Object
   Microsoft.EnterpriseManagement.Container
     Microsoft.EnterpriseManagement.ManagementPackStore
       Microsoft.EnterpriseManagement.EnterpriseManagementGroup
        Microsoft.EnterpriseManagement.ServiceManagementGroup

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003

See Also