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