WorkflowTransitionCondition.condition_data Property
<DataMember()> _
Public Property condition_data() As List(Of ScriptInput)
This language is not supported or no code example is available.
[DataMember()]
public List<ScriptInput> condition_data {get; set;}
This language is not supported or no code example is available.
[DataMember()]
public:
property List<ScriptInput^>^ condition_data {
List<ScriptInput^>^ get( );
void set(
List<ScriptInput^>^ value
);
}
This language is not supported or no code example is available.