Share via


ManagementPack.GetTypeProjection(String) Method

Definition

Retrieves a single type projection object by name from the specified management pack.

public:
 Microsoft::EnterpriseManagement::Configuration::ManagementPackTypeProjection ^ GetTypeProjection(System::String ^ name);
public Microsoft.EnterpriseManagement.Configuration.ManagementPackTypeProjection GetTypeProjection (string name);
member this.GetTypeProjection : string -> Microsoft.EnterpriseManagement.Configuration.ManagementPackTypeProjection
Public Function GetTypeProjection (name As String) As ManagementPackTypeProjection

Parameters

name
String

The name of the type projection.

Returns

The named type projection object.

Applies to