UserProperty.ValidationFormula Property

Definition

Returns or sets a String (string in C#) indicating the validation formula for the user property. Read/write.

public:
 property System::String ^ ValidationFormula { System::String ^ get(); void set(System::String ^ value); };
public string ValidationFormula { get; set; }
Public Property ValidationFormula As String

Property Value

Remarks

The validation formula is used by Outlook to validate the Value property when an item is saved.

Applies to