KnowledgeInspector::ScopeClockVector Property

Gets the clock vector that is contained in the knowledge.

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

public:
property IClockVector^ ScopeClockVector {
	IClockVector^ get ();
}

Property Value

Type: Microsoft.Synchronization::IClockVector
The clock vector that is contained in the knowledge.

Be aware that there is no single representation of knowledge. Equivalent knowledge might be represented in different forms and return different values from ScopeClockVector.

Show: