Share via


ManagementPackReferenceCollection.Item[String] Property

Definition

Gets the specified reference from the collection.

public:
 property Microsoft::EnterpriseManagement::Configuration::ManagementPackReference ^ default[System::String ^] { Microsoft::EnterpriseManagement::Configuration::ManagementPackReference ^ get(System::String ^ alias); void set(System::String ^ alias, Microsoft::EnterpriseManagement::Configuration::ManagementPackReference ^ value); };
public Microsoft.EnterpriseManagement.Configuration.ManagementPackReference this[string alias] { get; set; }
member this.Item(string) : Microsoft.EnterpriseManagement.Configuration.ManagementPackReference with get, set
Default Public Property Item(alias As String) As ManagementPackReference

Parameters

alias
String

The alias or name of the reference to get.

Property Value

A ManagementPackReference object.

The specified reference from the collection.

Implements

Applies to