KnowledgeBuilder.ScopeClockVector Property

Gets or sets the clock vector that is used to build the knowledge.

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

'Declaration
Public Property ScopeClockVector As IClockVector
	Get
	Set
'Usage
Dim instance As KnowledgeBuilder
Dim value As IClockVector

value = instance.ScopeClockVector

instance.ScopeClockVector = value

Property Value

Type: Microsoft.Synchronization.IClockVector
The clock vector that is used to build the knowledge.
Show: