RetrieveMetadataChangesResponse.EntityMetadata Property
Applies To: Dynamics CRM 2015
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:
property EntityMetadataCollection^ EntityMetadata {
EntityMetadataCollection^ get();
}
member EntityMetadata : EntityMetadataCollection with 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
© 2016 Microsoft. All rights reserved. Copyright