Condividi tramite


Proprietà RetrieveMetadataChangesResponse.DeletedMetadata

Si applica a: CRM 2015 on-prem, CRM Online

Gets the deleted metadata since the last request.

Spazio dei nomi: Microsoft.Xrm.Sdk.Messages
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property DeletedMetadata As DeletedMetadataCollection
public DeletedMetadataCollection DeletedMetadata { get; }

Valore proprietà

Type: DeletedMetadataCollection
The deleted metadata since the last request.

Note

Deleted metadata is only returned when a valid ClientVersionStamp is included in a request.

This collection is a dictionary of GUID values using a DeletedMetadataFilters as a key. The GUID values represent MetadataId values of the metadata items.

Thread Safety

Tutti i membri statici pubblici (Shared in Visual Basic) di questo tipo sono thread-safe. Non è garantito che i membri di istanza siano thread-safe.

Piattaforme

Piattaforme di sviluppo

Windows Vista, Windows Server 2003 e

Piattaforme di destinazione

Windows Vista,Windows XP

Vedere anche

Riferimento

Classe RetrieveMetadataChangesResponse
Membri RetrieveMetadataChangesResponse
Spazio dei nomi Microsoft.Xrm.Sdk.Messages

Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.