UserProperty.ValidationText Property

Definition

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.

Applies to