ValidationError.PropertyName Property

Definition

Gets or sets the name of the property that failed to validate.

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

Property Value

A String that contains the name of the property that failed to validate.

Remarks

This property is used by the designer to display configuration errors and navigate the user to the properties that contain the errors.

Applies to