All our workflow states
        Namespace:
Contracts.Data
        
Assembly: Contracts (in Contracts.dll)
	
		
	
	
	
				
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
				
				
				
					
				
					
			
		
		
			
	
			
				
				
				
					
				
					
			
		
		
		
		
	
	
  
	
	
	
	
	
	
		
  
	
	
						
			
			Assembly: Contracts (in Contracts.dll)
<DataMember()> _
Public Property workflow_states() As List(Of WorkflowState)
This language is not supported or no code example is available.
[DataMember()]
public List<WorkflowState> workflow_states {get; set;}
This language is not supported or no code example is available.
[DataMember()]
public:
property List<WorkflowState^>^ workflow_states {
List<WorkflowState^>^ get( );
void set(
List<WorkflowState^>^ value
);
}
This language is not supported or no code example is available.