ValidationContext.DisplayName 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 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, setPublic Property DisplayName As StringProperty 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.