RetrieveMetadataChangesResponse.EntityMetadata Property
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Gets the metadata defined by the request.
Namespace: Microsoft.Xrm.Sdk.Messages
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
public EntityMetadataCollection EntityMetadata { get; }
Public ReadOnly Property EntityMetadata As EntityMetadataCollection
Property Value
Type: Microsoft.Xrm.Sdk.Metadata.EntityMetadataCollection
Type: EntityMetadataCollection
The metadata defined by the request.
Remarks
This is a collection of EntityMetadata where the entities match the RetrieveMetadataChangesRequest.Query.Criteria. The properties within the entities that match the RetrieveMetadataChangesRequest.Query.Properties will contain values. Any properties that do not match the requested properties will be null.
See Also
RetrieveMetadataChangesResponse Class
Microsoft.Xrm.Sdk.Messages Namespace
Return to top
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright