Namespace:
Contracts.Data
        
Assembly: Contracts (in Contracts.dll)
	
		
	
	
	
				
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
				
				
				
					
				
					
			
		
		
			
	
			
				
				
				
					
				
					
			
		
		
		
		
	
  
	
	
	
	
	
	
		
  
	
	
						
			
			Assembly: Contracts (in Contracts.dll)
Public Sub SetName( _
ByVal type As EntityType, _
ByVal id As EntityID, _
ByVal name As String _
)
This language is not supported or no code example is available.
public void SetName(
EntityType type,
EntityID id,
string name
)
This language is not supported or no code example is available.
public:
void SetName(
EntityType type,
EntityID^ id,
String^ name
)
This language is not supported or no code example is available.
Parameters
- type
 - 
		Type: EntityType 
		
 
- id
 - 
		Type: EntityID 
		
 
- name
 - 
		Type: string