UserProperty.ValidationFormula 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#) 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.