| ResultCategoryGetAttribute Method | 
 
             Get the attribute with the specified name or null if no such attribute exists for this category.
            
 
    Namespace: 
   Apptus.ESales.Connector
    Assembly:
   Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.5.0
 Syntax
Syntaxpublic ResultAttribute GetAttribute(
	string name
)
Parameters
- name
- Type: SystemString
 The name of the attribute to get
Return Value
Type: 
ResultAttributethe attribute with the specified name or 
null See Also
See Also