Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Entity.Attributes Property

Definition

Namespace:
Microsoft.Xrm.Sdk
Assembly:
Microsoft.Xrm.Sdk.dll
Package:
Microsoft.PowerPlatform.Dataverse.Client v1.2.10

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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