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