RuleError.Value Property

Definition

Gets the value of the property that failed validation.

public:
 property System::String ^ Value { System::String ^ get(); };
public string Value { get; }
Public ReadOnly Property Value As String

Property Value

The value of the property that failed validation.

Remarks

The Value property cannot be null.

Applies to