Project.AttachAttributeToProject (EntityID, EntityID, Boolean, Boolean, IDatabase) Method
        
		
       
        Attach an attribute for a project
		
	
	
	
				
			
	
			
				
				
				
					Public Shared Sub AttachAttributeToProject( _ 
   ByVal project_id As EntityID, _ 
   ByVal attribute_id As EntityID, _ 
   ByVal optional As Boolean, _ 
   ByVal read_only As Boolean, _ 
   ByVal db As IDatabase _ 
)
			
				 
				
					This language is not supported or no code example is available.
			
				 
			 
		 
		
		
			
	
			
				
				
				
				
					This language is not supported or no code example is available.
			
				 
			 
		 
		
			
	
			
				
				
				
				
					This language is not supported or no code example is available.
			
				 
			 
		 
		
		
			
	
			
				
				
				
				
					This language is not supported or no code example is available.
			
				 
			 
		 
		
	 
	Parameters
	- 
		
			project_id
		
	
 
	- 
		EntityID 
	
 
	the id of the project 
	- 
		
			attribute_id
		
	
 
	- 
		EntityID 
	
 
	the attribute id to attach 
	- 
		
			optional
		
	
 
	- 
		bool 
	
 
	whether it's optional 
	- 
		
			read_only
		
	
 
	- 
		bool 
	
 
	whether or not it should be read only 
	- 
		
			db
		
	
 
	- 
		IDatabase 
	
 
	the db db to use 
	 
 
  
	
	
	
	
	
	
		
  
.NET Framework
Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1