RetrieveMetadataChangesRequest.ClientVersionStamp Property
Applies To: Dynamics CRM 2015
Gets or sets a timestamp value representing when the last request was made.
Namespace: Microsoft.Xrm.Sdk.Messages
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
public string ClientVersionStamp { get; set; }
public:
property String^ ClientVersionStamp {
String^ get();
void set(String^ value);
}
member ClientVersionStamp : string with get, set
Public Property ClientVersionStamp As String
Property Value
Type: System.String
Type: String
A timestamp value representing when the last request was made.
Remarks
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 null and you will retrieve all the metadata defined in the query.
See Also
RetrieveMetadataChangesRequest Class
Microsoft.Xrm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright