Entity.Attributes Property

Definition

Gets or sets the collection of attributes for the entity.

C++
public:
 property Microsoft::Xrm::Sdk::AttributeCollection ^ Attributes { Microsoft::Xrm::Sdk::AttributeCollection ^ get(); void set(Microsoft::Xrm::Sdk::AttributeCollection ^ value); };

Property Value

The collection of attributes for the entity.

Attributes

Remarks

For performance and security reasons, the attribute collection will typically not contain the complete set of attributes for the entity.

Applies to

Product Versions
Dataverse SDK Latest