| EntityModelGetAttributeModel Method | 
            Searches for an attribute model with the specified name, and returns it.
            
 
Namespace: CMS.SalesForceAssembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 10.0.0
 Syntax
Syntaxpublic EntityAttributeModel GetAttributeModel(
	string name
)
Parameters
- name
- Type: SystemString
 The name of the entity attribute to search for.
Return Value
Type: 
EntityAttributeModelThe attribute model with the specified name, if found; otherwise, null.
 See Also
See Also