RetrieveMetadataChangesResponse.EntityMetadata Property

Definition

Gets the schema definitions defined by the request.

public:
 property Microsoft::Xrm::Sdk::Metadata::EntityMetadataCollection ^ EntityMetadata { Microsoft::Xrm::Sdk::Metadata::EntityMetadataCollection ^ get(); };
public Microsoft.Xrm.Sdk.Metadata.EntityMetadataCollection EntityMetadata { get; }
member this.EntityMetadata : Microsoft.Xrm.Sdk.Metadata.EntityMetadataCollection
Public ReadOnly Property EntityMetadata As EntityMetadataCollection

Property Value

The metadata defined by the request.

Remarks

This is a collection of EntityMetadata where the entities match the RetrieveMetadataChangesRequest.Query.Criteria Only the properties within the entities that match the RetrieveMetadataChangesRequest.Query.Properties will contain values. Any properties that do not match the requested properties are null.

Applies to