Remove a user attribute
        Namespace:
SynergyServerScripting.Entities
        
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
	
		
	
	
	
				
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
				
				
				
					
				
					
			
		
		
			
	
			
				
				
				
					
				
					
			
		
		
		
		
	
  
	
	
	
	
	
	
		
  
	
	
						
			
			Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
Public Shared Sub RemoveUserAttribute( _
ByVal attribute_value_id As EntityID, _
ByVal type As AttributeType, _
ByVal user_id As EntityID, _
ByVal db As IDatabase _
)
This language is not supported or no code example is available.
public static void RemoveUserAttribute(
EntityID attribute_value_id,
AttributeType type,
EntityID user_id,
IDatabase db
)
This language is not supported or no code example is available.
public:
static void RemoveUserAttribute(
EntityID^ attribute_value_id,
AttributeType type,
EntityID^ user_id,
IDatabase^ db
)
This language is not supported or no code example is available.
Parameters
- attribute_value_id
 - 
		Type: EntityID 
		
the value id
 
- type
 - 
		Type: AttributeType 
		
the type of attribute
 
- user_id
 - 
		Type: EntityID 
		
the id of the user this value is attached to
 
- db
 - 
		Type: IDatabase 
		
the db db to use