Entity.Attributes Property

Definition

Gets or sets the collection of attributes for the entity.

public:
 property Microsoft::Xrm::Sdk::AttributeCollection ^ Attributes { Microsoft::Xrm::Sdk::AttributeCollection ^ get(); void set(Microsoft::Xrm::Sdk::AttributeCollection ^ value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.Xrm.Sdk.AttributeCollection Attributes { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.Attributes : Microsoft.Xrm.Sdk.AttributeCollection with get, set
Public Property Attributes As AttributeCollection

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