EnterpriseManagementGroup.EntityTypes Property

Definition

Gets an interface that enables you to access the entity types that are defined in the Service Manager store. An entity type can be a class, enumeration, relationship, or type projection that is defined in a management pack under the EntityTypes element.

public:
 property Microsoft::EnterpriseManagement::IEntityTypeManagement ^ EntityTypes { Microsoft::EnterpriseManagement::IEntityTypeManagement ^ get(); };
public Microsoft.EnterpriseManagement.IEntityTypeManagement EntityTypes { get; }
member this.EntityTypes : Microsoft.EnterpriseManagement.IEntityTypeManagement
Public ReadOnly Property EntityTypes As IEntityTypeManagement

Property Value

The entity type manager.

Applies to