Click or drag to resize
EntityItem Property
Gets or sets the specified attribute value.

Namespace: CMS.SalesForce
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 9.0.0
Syntax
C#
public Object this[
	string attributeName
] { get; set; }

Parameters

attributeName
Type: SystemString
The attribute name.

Return Value

Type: Object
The specified attribute value.
See Also