Set some project attributes
        Namespace:
SynergyServerScripting.Entities
        
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
	
		
	
	
	
				
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
				
				
				
					
				
					
			
		
		
			
	
			
				
				
				
					
				
					
			
		
		
		
		
	
  
	
	
	
	
	
	
		
  
	
	
						
			
			Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
Public Shared Sub SetProjectAttribute( _
ByVal project As EntityID, _
ByVal attrib As AttributeInfo, _
ByVal user_id As EntityID, _
ByVal db As IDatabase _
)
This language is not supported or no code example is available.
public static void SetProjectAttribute(
EntityID project,
AttributeInfo attrib,
EntityID user_id,
IDatabase db
)
This language is not supported or no code example is available.
public:
static void SetProjectAttribute(
EntityID^ project,
AttributeInfo^ attrib,
EntityID^ user_id,
IDatabase^ db
)
This language is not supported or no code example is available.
Parameters
- project
 - 
		Type: EntityID 
		
the id of the project
 
- attrib
 - 
		Type: AttributeInfo 
		
 
- user_id
 - 
		Type: EntityID 
		
the id of the user making the changes
 
- db
 - 
		Type: IDatabase