WorkflowParameterBinding.ParameterName 属性
定义
获取或设置 ParameterName 属性。Gets or sets the ParameterName property. 表示正在绑定的参数的名称。Represents the name of the parameter being bound.
public:
property System::String ^ ParameterName { System::String ^ get(); void set(System::String ^ value); };
public string ParameterName { get; set; }
member this.ParameterName : string with get, set
Public Property ParameterName As String
属性值
正在绑定的参数的名称。The name of the parameter being bound.
注解
这是要应用绑定的参数的用户定义名称。This is the user-defined name of the parameter to which the binding applies.