KnowledgeInspector.ScopeClockVector Property
Gets the clock vector that is contained in the knowledge.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public ReadOnly Property ScopeClockVector As IClockVector
'Usage
Dim instance As KnowledgeInspector
Dim value As IClockVector
value = instance.ScopeClockVector
public IClockVector ScopeClockVector { get; }
public:
property IClockVector^ ScopeClockVector {
IClockVector^ get ();
}
/** @property */
public IClockVector get_ScopeClockVector ()
public function get ScopeClockVector () : IClockVector
Property Value
The clock vector that is contained in the knowledge.
Remarks
Be aware that there is no single representation of knowledge. Equivalent knowledge might be represented in different forms and return different values from ScopeClockVector.
See Also
Reference
KnowledgeInspector Class
KnowledgeInspector Members
Microsoft.Synchronization Namespace