RetrieveMetadataChangesRequest.ClientVersionStamp 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 or sets a timestamp value representing when the last request was made.
public:
property System::String ^ ClientVersionStamp { System::String ^ get(); void set(System::String ^ value); };
public string ClientVersionStamp { get; set; }
member this.ClientVersionStamp : string with get, set
Public Property ClientVersionStamp As String
Property Value
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.