EntityMetadata.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 the array of attribute metadata for the entity.
public:
property cli::array <Microsoft::Xrm::Sdk::Metadata::AttributeMetadata ^> ^ Attributes { cli::array <Microsoft::Xrm::Sdk::Metadata::AttributeMetadata ^> ^ get(); };
[System.Runtime.Serialization.DataMember]
public Microsoft.Xrm.Sdk.Metadata.AttributeMetadata[] Attributes { get; }
[<System.Runtime.Serialization.DataMember>]
member this.Attributes : Microsoft.Xrm.Sdk.Metadata.AttributeMetadata[]
Public ReadOnly Property Attributes As AttributeMetadata()
Property Value
The array of attribute metadata for the entity.
- Attributes