MetadataAttribute.DisplayName Property

Definition

Specifies the display name.

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

Property Value

The display name.

Attributes

Applies to