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
'Usage
Dim instance As Range
Dim value As IClockVector
value = instance.ClockVector
public IClockVector ClockVector { get; }
public:
property IClockVector^ ClockVector {
IClockVector^ get ();
}
/** @property */
public IClockVector get_ClockVector ()
public function get ClockVector () : IClockVector
Property Value
The clock vector that defines what is known about the items in the range.
See Also
Reference
Range Class
Range Members
Microsoft.Synchronization Namespace