EntityMetadata.Attributes Property

Definition

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

Applies to