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: 3.47.3
Syntax
C#
public List<AdAttribute> Attributes()
Return Value
Type: ListAdAttributeA list of all attributes.
See Also