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