Share via


Range.ClockVector Property

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.

See Also

Reference

Range Class

Microsoft.Synchronization Namespace