WorkflowParameterBinding.ParameterName Property

Definition

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

Property Value

The name of the parameter being bound.

Remarks

This is the user-defined name of the parameter to which the binding applies.

Applies to