Share via


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
    Get
'Usage
Dim instance As KnowledgeInspector
Dim value As IClockVector

value = instance.ScopeClockVector
public IClockVector ScopeClockVector { get; }
public:
property IClockVector^ ScopeClockVector {
    IClockVector^ get ();
}
member ScopeClockVector : IClockVector
function get ScopeClockVector () : IClockVector

Property Value

Type: Microsoft.Synchronization.IClockVector
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

Microsoft.Synchronization Namespace