次の方法で共有


InputParameter.Value プロパティ

定義

オブジェクトが表す入力パラメーターの値を InputParameter 取得します。

public:
 property System::String ^ Value { System::String ^ get(); };
public string Value { get; }
member this.Value : string
Public ReadOnly Property Value As String

プロパティ値

入力パラメーターの値。

注釈

Value プロパティは、コマンド ラインまたは URL に指定された名前/値ペアの値を返します。

適用対象