RetrieveMetadataChangesResponse.ServerVersionStamp Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.