RetrieveMetadataChangesResponse.EntityMetadata 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 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.