Click or drag to resize
EntityGetAttributeValueT Method
Gets the specified attribute value.

Namespace: CMS.SalesForce
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 9.0.0
Syntax
C#
public T GetAttributeValue<T>(
	string attributeName
)

Parameters

attributeName
Type: SystemString
The attribute name.

Type Parameters

T
The attribute value type.

Return Value

Type: T
The specified attribute value.
See Also