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