Get the attribute with the specified from this category or null if no such attribute exists.
name
Namespace: Apptus.ESales.Connector
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
Syntax
C#
public string GetValue( string attributeName )
Parameters
- attributeName
- Type: SystemString
The name of the attribute whose value to retrieve
Return Value
Type: StringThe attribute with the specified name or null if this category has no such attribute
See Also