| EntityGetAttributeValueT Method | 
            Gets the specified attribute value.
            
 
Namespace: CMS.SalesForceAssembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 10.0.0
 Syntax
Syntaxpublic 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
See Also