GetPSWorkflowData<T>.OtherVariableName Property

Definition

The variable to retrieve, if not included in the PSWorkflowRuntimeVariable enum.

public:
 property System::Activities::InArgument<System::String ^> ^ OtherVariableName { System::Activities::InArgument<System::String ^> ^ get(); void set(System::Activities::InArgument<System::String ^> ^ value); };
[System.ComponentModel.DefaultValue(null)]
public System.Activities.InArgument<string> OtherVariableName { get; set; }
[<System.ComponentModel.DefaultValue(null)>]
member this.OtherVariableName : System.Activities.InArgument<string> with get, set
Public Property OtherVariableName As InArgument(Of String)

Property Value

Attributes

Applies to