Click or drag to resize
AdAttributeValue Method
Returns the value for the named attribute, or null if the attribute is not defined.

Namespace:  Apptus.ESales.Connector.Report
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.5.0
Syntax
C#
public string AttributeValue(
	string name
)

Parameters

name
Type: SystemString

Return Value

Type: String
See Also