Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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.