Namespace:
Contracts.Data
        
Assembly: Contracts (in Contracts.dll)
	
		
	
	
	
				
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
				
				
				
					
				
					
			
		
		
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
				
				
				
					
				
					
			
		
		
	
	
  
	
	
	
	
	
	
		
  
	
	
						
			
			Assembly: Contracts (in Contracts.dll)
<DataMember()> _
Public Property trigger_type() As TriggerType
This language is not supported or no code example is available.
[DataMember()]
public TriggerType trigger_type {get; set;}
This language is not supported or no code example is available.
[DataMember()]
public:
property TriggerType trigger_type {
TriggerType get( );
void set(
TriggerType value
);
}
This language is not supported or no code example is available.
public
DataMember()
function get trigger_type() : TriggerType;
public
DataMember()
function set trigger_type(value : TriggerType);
This language is not supported or no code example is available.