ManagementPack.Name Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.