Set a contact -> project role relationship (note a project can have more than one user in the same role)
        Namespace:
SynergyServerScripting.Entities
        
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
	
		
	
	
	
				
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
				
				
				
					
				
					
			
		
		
			
	
			
				
				
				
					
				
					
			
		
		
		
		
	
  
	
	
	
	
	
	
		
  
	
	
						
			
			Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
Public Shared Sub SetProjectRole( _
ByVal project_id As EntityID, _
ByVal role As RoleContact, _
ByVal db As IDatabase _
)
This language is not supported or no code example is available.
public static void SetProjectRole(
EntityID project_id,
RoleContact role,
IDatabase db
)
This language is not supported or no code example is available.
public:
static void SetProjectRole(
EntityID^ project_id,
RoleContact^ role,
IDatabase^ db
)
This language is not supported or no code example is available.
Parameters
- project_id
 - 
		Type: EntityID 
		
<default>
 
- role
 - 
		Type: RoleContact 
		
<default>
 
- db
 - 
		Type: IDatabase 
		
<default>