EntityGetAttributeValueT Method |
Gets the specified attribute value.
Namespace: CMS.SalesForceAssembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 13.0.131
Syntax public T GetAttributeValue<T>(
string attributeName
)
Parameters
- attributeName
- Type: SystemString
The attribute name.
Type Parameters
- T
- The attribute value type.
Return Value
Type:
TThe specified attribute value.
See Also