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 中指定的名称/值对的名称。

可以无限制访问此成员。

适用于