Gets or sets the specified attribute value.
            
 
Namespace: CMS.SalesForceAssembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 10.0.0
 Syntax
Syntaxpublic Object this[
	string attributeName
] { get; set; }Parameters
- attributeName
- Type: SystemString
 The attribute name.
Return Value
Type: 
ObjectThe specified attribute value.
 See Also
See Also