| ResultVariantGetValue Method (String) | 
 
            Get the value of the attribute with the specified attributeName or null if no such attribute exists.
            
 
    Namespace: 
   Apptus.ESales.Connector
    Assembly:
   Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.5.0
 Syntax
Syntaxpublic string GetValue(
	string attributeName
)
Parameters
- attributeName
- Type: SystemString
 The name of the attribute whose value to retrieve
Return Value
Type: 
StringThe attribute value of attribute with the specified attributeName or 
null if this variant has no such attribute
 See Also
See Also