ValidationContext.DisplayName Property

Definition

Gets or sets the name of the member to validate.

public:
 property System::String ^ DisplayName { System::String ^ get(); void set(System::String ^ value); };
public string DisplayName { get; set; }
member this.DisplayName : string with get, set
Public Property DisplayName As String

Property Value

The name of the member to validate.

Remarks

The DisplayName value is the name that is shown to the user. If a display name is not explicitly set, this property uses the value that is assigned by the associated DisplayAttribute object. If that attribute does not exist, the property returns the value of the MemberName property.

Applies to