KnowledgeBuilder.ScopeClockVector Property
Gets or sets the clock vector that is used to build the knowledge.
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.IClockVectorThe clock vector that is used to build the knowledge.
Show: