Partilhar via


Propriedade RetrieveMetadataChangesRequest.ClientVersionStamp

Aplica-se a: CRM 2015 on-prem, CRM Online

Gets or sets a timestamp value representing when the last request was made.

Namespace: Microsoft.Xrm.Sdk.Messages
Assembly: Microsoft.Xrm.Sdk (em Microsoft.Xrm.Sdk.dll)

Sintaxe

'Declaração
Public Property ClientVersionStamp As String
public string ClientVersionStamp { get; set; }

Valor de Propriedade

Type: Cadeia de caracteres
A timestamp value representing when the last request was made.

Comentários

Set this using a ServerVersionStamp value from a previous request and you will retrieve only the metadata changes, including deleted metadata. Set this value to nulo and you will retrieve all the metadata defined in the query.

Segurança do Thread

Todos os membros estáticos (Shared in Visual Basic) desse tipo são protegidos por thread. Não há nenhum garantia de que os membros de instância sejam protegidos por thread.

Plataformas

Plataformas de desenvolvimento

Windows Vista, Windows Server 2003 e

Plataformas de destino

Windows Vista,Windows XP

Consulte também

Referência

Classe RetrieveMetadataChangesRequest
Membros de RetrieveMetadataChangesRequest
Namespace Microsoft.Xrm.Sdk.Messages

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