Share via


ManagementPack.GetComponentReference(String) Method

Definition

Retrieves the specified component reference from the management pack.

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

Parameters

name
String

The component reference name.

Returns

The specified component reference.

Applies to