Share via


DbSyncScope.Timestamp Property

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

This property 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
'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 usigned long long Timestamp {
    usigned long long get ();
    void set (usigned long long value);
}
/** @property */
public UInt64 get_Timestamp ()

/** @property */
public void set_Timestamp (UInt64 value)
public function get Timestamp () : ulong

public function set Timestamp (value : ulong)

Property Value

A timestamp that is associated with cleanup of knowledge.

See Also

Reference

DbSyncScope Class
DbSyncScope Members
Microsoft.Synchronization.Data Namespace