Override.ClockVector Property

Gets or sets the clock vector that is associated with this override.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

Syntax

'Declaration
Public Property ClockVector As IClockVector
    Get
    Friend Set
'Usage
Dim instance As Override
Dim value As IClockVector

value = instance.ClockVector
public IClockVector ClockVector { get; internal set; }
public:
property IClockVector^ ClockVector {
    IClockVector^ get ();
    internal: void set (IClockVector^ value);
}
member ClockVector : IClockVector with get, internal set
function get ClockVector () : IClockVector
internal function set ClockVector (value : IClockVector)

Property Value

Type: Microsoft.Synchronization.IClockVector
The clock vector that is associated with this override.

See Also

Reference

Override Class

Microsoft.Synchronization Namespace