SystemSetting.DisplayName Property

Definition

Gets or sets display name of the setting.

public:
 property System::String ^ DisplayName { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember]
public string DisplayName { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.DisplayName : string with get, set
Public Property DisplayName As String

Property Value

A string that represents the display name.

Attributes

Applies to