Click or drag to resize
EntityAttribute Class
Represents an entity attribute.
Inheritance Hierarchy
SystemObject
  CMS.SalesForceEntityAttribute

Namespace: CMS.SalesForce
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 9.0.0
Syntax
C#
public sealed class EntityAttribute

The EntityAttribute type exposes the following members.

Properties
  NameDescription
Public propertyModel
Gets the attribute model.
Public propertyValue
Gets or sets the attribute value.
Top
See Also