Share via


ManagementPack.GetDataTypes Method

Definition

Retrieves all data types defined in the management pack.

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

Returns

A collection of all data types in the management pack.

Applies to