次の方法で共有


InputParameter.Name プロパティ

定義

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

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

プロパティ値

入力パラメーターの名前。

注釈

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

適用対象