Share via


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)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Property Timestamp As ULong
    Get
    Set
'Usage
Dim instance As DbSyncScope
Dim value As ULong

value = instance.Timestamp

instance.Timestamp = value
[CLSCompliantAttribute(false)]
public ulong Timestamp { get; set; }
[CLSCompliantAttribute(false)]
public:
property unsigned long long Timestamp {
    unsigned long long get ();
    void set (unsigned long long value);
}
[<CLSCompliantAttribute(false)>]
member Timestamp : uint64 with get, set
function get Timestamp () : ulong
function set Timestamp (value : ulong)

Property Value

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

See Also

Reference

DbSyncScope Class

Microsoft.Synchronization.Data Namespace