AdAttributes Method A Sandcastle Documented Class Library
Returns a list of attributes for this ad. This includes attributes start_time and end_time if they are specified for the ad.

Namespace:  Apptus.ESales.Connector.Report
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.3.0
Syntax

C#
public List<AdAttribute> Attributes()

Return Value

Type: ListAdAttribute
A list of all attributes.
See Also

Reference