Share via


ManagementPack.GetSchemaTypes Method

Definition

Retrieves all schema types in the management pack.

public:
 Microsoft::EnterpriseManagement::Configuration::ManagementPackElementCollection<Microsoft::EnterpriseManagement::Configuration::ManagementPackSchemaType ^> ^ GetSchemaTypes();
public Microsoft.EnterpriseManagement.Configuration.ManagementPackElementCollection<Microsoft.EnterpriseManagement.Configuration.ManagementPackSchemaType> GetSchemaTypes ();
member this.GetSchemaTypes : unit -> Microsoft.EnterpriseManagement.Configuration.ManagementPackElementCollection<Microsoft.EnterpriseManagement.Configuration.ManagementPackSchemaType>
Public Function GetSchemaTypes () As ManagementPackElementCollection(Of ManagementPackSchemaType)

Returns

A collection of all schema types in the management pack.

Applies to