| ResultProductGetEnumerator Method | 
 
            Returns an enumerator that iterates through the attributes.
            
 
    Namespace: 
   Apptus.ESales.Connector
    Assembly:
   Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.5.0
 Syntax
Syntaxpublic IEnumerator<ResultAttribute> GetEnumerator()
Return Value
Type: 
IEnumeratorResultAttribute
            A 
IEnumeratorT that can be used to iterate through the attributes.
            
Implements
IEnumerableTGetEnumerator See Also
See Also