[This is preliminary documentation and is subject to change.]
Holds a literal text specifying a condition which was not met during validation.
| C# | Visual Basic | Visual C++ |
public string ConditionText { get; set; }
Public Property ConditionText As String
public: property String^ ConditionText { String^ get (); void set (String^ value); }