Entity.Attributes Property
Definition
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.