ResultVariantGetAttribute Method A Sandcastle Documented Class Library
Get the attribute with the specified name from this product or null if no such attribute exists.

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

C#
public ResultAttribute GetAttribute(
	string name
)

Parameters

name
Type: SystemString
The name of the attribute to retrieve

Return Value

Type: ResultAttribute
The attribute with the specified name or null if this variant has no such attribute
See Also

Reference