WorkflowTransitionDataCapture.Type Property
<JsonProperty("type")> _
Public ReadOnly MustOverride Property Type() As WorkflowDataCaptureType
This language is not supported or no code example is available.
[JsonProperty("type")]
public abstract WorkflowDataCaptureType Type {get;}
This language is not supported or no code example is available.
[JsonProperty("type")]
public:
virtual property WorkflowDataCaptureType Type {
WorkflowDataCaptureType get( ); abstract
}
This language is not supported or no code example is available.