DbSyncScope::Timestamp Property

Gets or sets the timestamp that is associated with cleanup of knowledge.

This API is not CLS-compliant. 

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

[CLSCompliantAttribute(false)]
public:
property unsigned long long Timestamp {
	unsigned long long get ();
	void set (unsigned long long value);
}

Property Value

Type: System::UInt64
A timestamp that is associated with cleanup of knowledge.
Show: