Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the clock vector that defines what is known about the items in the range.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public ReadOnly Property ClockVector As IClockVector
Get
'Usage
Dim instance As Range
Dim value As IClockVector
value = instance.ClockVector
public IClockVector ClockVector { get; }
public:
property IClockVector^ ClockVector {
IClockVector^ get ();
}
member ClockVector : IClockVector
function get ClockVector () : IClockVector
Property Value
Type: Microsoft.Synchronization.IClockVector
The clock vector that defines what is known about the items in the range.