UserProperty.ValidationFormula プロパティ

定義

ユーザー プロパティの検証式を示す String (C#の文字列 ) を設定または返します。 読み取り/書き込みが可能です。

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

プロパティ値

注釈

検証式は、アイテムの保存時にプロパティを Value 検証するために Outlook によって使用されます。

適用対象