ManagementPackType.Item[] Property

Definition

Gets the management pack type at the specified index.

Overloads

Item[Guid]

Gets the management pack type with the specified ID.

Item[String]

Gets the management pack type with the specified name.

Item[Guid]

Gets the management pack type with the specified ID.

public:
 property Microsoft::EnterpriseManagement::Configuration::ManagementPackProperty ^ default[Guid] { Microsoft::EnterpriseManagement::Configuration::ManagementPackProperty ^ get(Guid id); };
public Microsoft.EnterpriseManagement.Configuration.ManagementPackProperty this[Guid id] { get; }
member this.Item(Guid) : Microsoft.EnterpriseManagement.Configuration.ManagementPackProperty
Default Public ReadOnly Property Item(id As Guid) As ManagementPackProperty

Parameters

id
Guid

The management pack ID.

Property Value

Returns ManagementPackProperty.

The management pack type with the specified ID.

Applies to

Item[String]

Gets the management pack type with the specified name.

public:
 property Microsoft::EnterpriseManagement::Configuration::ManagementPackProperty ^ default[System::String ^] { Microsoft::EnterpriseManagement::Configuration::ManagementPackProperty ^ get(System::String ^ name); };
public Microsoft.EnterpriseManagement.Configuration.ManagementPackProperty this[string name] { get; }
member this.Item(string) : Microsoft.EnterpriseManagement.Configuration.ManagementPackProperty
Default Public ReadOnly Property Item(name As String) As ManagementPackProperty

Parameters

name
String

The management pack name.

Property Value

Returns ManagementPackProperty.

The management pack type with the specified name.

Applies to