Share via


ManagementPack.Name Property

Definition

Gets the short name that is used by the system for the management pack.

public:
 property System::String ^ Name { System::String ^ get(); };
[Microsoft.EnterpriseManagement.Configuration.CriteriaPropertyMapping("Name")]
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String

Property Value

A string representing the management pack name.

Attributes

Remarks

The Name property represents the short version of the management pack name, which is used internally. The DisplayName property is the name that is shown in the management pack user interface.

The Name property is set internally only.

Applies to