Share via


ManagementPack.DisplayName Property

Definition

Gets or sets the name displayed in the user interface of this management pack in the default language code specified for this management group.

public:
 property System::String ^ DisplayName { System::String ^ get(); void set(System::String ^ value); };
[Microsoft.EnterpriseManagement.Configuration.CriteriaPropertyMapping("DisplayName")]
public string DisplayName { get; set; }
member this.DisplayName : string with get, set
Public Property DisplayName As String

Property Value

The display name of the management pack.

Attributes

Remarks

The DisplayName property represents the user-interface version of the management pack name. The Name property is the short name that is used by the system.

Applies to