ValidationError.PropertyName Property

Definition

Gets the alphanumeric name of the property that generated the error.

public:
 property System::String ^ PropertyName { System::String ^ get(); };
public string PropertyName { get; }
member this.PropertyName : string
Public ReadOnly Property PropertyName As String

Property Value

A name of the property that generated the error.

Applies to