RetrieveMetadataChangesResponse.ServerVersionStamp Property

Definition

Gets a timestamp identifier for the metadata retrieved.

public:
 property System::String ^ ServerVersionStamp { System::String ^ get(); };
public string ServerVersionStamp { get; }
member this.ServerVersionStamp : string
Public ReadOnly Property ServerVersionStamp As String

Property Value

A timestamp identifier for the metadata retrieved.

Remarks

Use this value to set the RetrieveMetadataChangesRequest.ClientVersionStamp property in a later request to retrieve just the metadata changes since the intial request.

Applies to