Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets or sets the clock vector that is used to build the knowledge.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public Property ScopeClockVector As IClockVector
Get
Set
'Usage
Dim instance As KnowledgeBuilder
Dim value As IClockVector
value = instance.ScopeClockVector
instance.ScopeClockVector = value
public IClockVector ScopeClockVector { get; set; }
public:
property IClockVector^ ScopeClockVector {
IClockVector^ get ();
void set (IClockVector^ value);
}
member ScopeClockVector : IClockVector with get, set
function get ScopeClockVector () : IClockVector
function set ScopeClockVector (value : IClockVector)
Property Value
Type: Microsoft.Synchronization.IClockVector
The clock vector that is used to build the knowledge.