ManagementPackClass.Item[] Property

Definition

Gets the specified management pack.

Overloads

Item[Guid, PropertyExtensionMode]

Gets the management pack with the specified id.

Item[String, PropertyExtensionMode]

Gets the management pack with the specified name.

Item[Guid, PropertyExtensionMode]

Gets the management pack with the specified id.

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

Parameters

id
Guid

The management pack id.

propertyExtensionMode
PropertyExtensionMode

The mode of using extended properties.

Property Value

The management pack.

Applies to

Item[String, PropertyExtensionMode]

Gets the management pack with the specified name.

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

Parameters

name
String

The management pack name.

propertyExtensionMode
PropertyExtensionMode

The mode of using extended properties.

Property Value

The management pack.

Applies to