ItemParameter.Prompt プロパティ

定義

ユーザーにパラメーター値の入力を求めるテキストを取得または設定します。

public:
 property System::String ^ Prompt { System::String ^ get(); void set(System::String ^ value); };
public string Prompt { get; set; }
member this.Prompt : string with get, set
Public Property Prompt As String

プロパティ値

Stringユーザーにパラメーター値の入力を求めるテキストを含む値。

注釈

PromptUser プロパティが true で、Prompt プロパティに値がない場合、このパラメーターは非表示と見なされ、ユーザーに対して、対話的なレンダラーや標準サブスクリプションの構成のためのパラメーター値を指定するよう、要求は行われません。 非表示パラメーターは、ユーザーに対して表示されませんが、指定することはできます。

適用対象