An issue action type
        Namespace:
Contracts.Data
        
Assembly: Contracts (in Contracts.dll)
	
		
	
	
	
				
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
				
				
				
					
				
					
			
		
		
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
				
				
				
					
				
					
			
		
		
	
	
  
	
	
	
	
	
	
		
  
	
	
						
			
			Assembly: Contracts (in Contracts.dll)
<DataMember()> _
<PropertyExpression("SentVia")> _
Public Property issue_action() As IssueActionType
This language is not supported or no code example is available.
[DataMember()]
[PropertyExpression("SentVia")]
public IssueActionType issue_action {get; set;}
This language is not supported or no code example is available.
[DataMember()]
[PropertyExpression("SentVia")]
public:
property IssueActionType issue_action {
IssueActionType get( );
void set(
IssueActionType value
);
}
This language is not supported or no code example is available.
public
DataMember()
PropertyExpression("SentVia")
function get issue_action() : IssueActionType;
public
DataMember()
PropertyExpression("SentVia")
function set issue_action(value : IssueActionType);
This language is not supported or no code example is available.