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

可以无限制访问此成员。

适用于