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