次の方法で共有


_NewItemAlertRuleAction.Text プロパティ

定義

新しい項目アラート ダイアログ ボックスに表示されるテキストを表す 文字列 (C#の文字列 ) を設定または返します。 読み取り/書き込みが可能です。

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

プロパティ値

注釈

テキストが空の文字列の場合はエラーが返されます。

適用対象