Find  project attributes by name
        Namespace:
SynergyServerScripting.Entities
        
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
	
		
	
	
	
				
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
				
				
				
					
				
					
			
		
		
			
	
			
				
				
				
					
				
					
			
		
		
		
		
	
  
	
	
	
	
	
	
		
  
	
	
						
			
			Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
Public Shared Function FindAttributesByName( _
ByVal name As String, _
ByVal db As IDatabase _
) As List(Of AttributeInfo)
This language is not supported or no code example is available.
public static List<AttributeInfo> FindAttributesByName(
string name,
IDatabase db
)
This language is not supported or no code example is available.
public:
static List<AttributeInfo^>^ FindAttributesByName(
String^ name,
IDatabase^ db
)
This language is not supported or no code example is available.
Parameters
- name
 - 
		Type: string 
		
the name of the attribute
 
- db
 - 
		Type: IDatabase 
		
the db connection to use
 
Return Value
Type: List<AttributeInfo>the list of attributes