UserProperty.ValidationText 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.
Returns or sets a String (string in C#) specifying the validation text for the specified user property. Read/write.
public:
property System::String ^ ValidationText { System::String ^ get(); void set(System::String ^ value); };
public string ValidationText { get; set; }
Public Property ValidationText As String
Property Value
Remarks
The validation text is the error message that a user receives when the Value does not meet the criteria specified in ValidationFormula.