Get the attribute with the specified name from this ad or null if no such attribute exists.
Namespace: Apptus.ESales.Connector
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
Syntax
C#
public Result. Attribute GetAttribute( string name )
Parameters
- name
- Type: System.String
The name of the attribute to retrieve
Return Value
Type: Result.AttributeThe attribute with the specified name or null if this ad has no such attribute
See Also