Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
'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);
}
/** @property */
public IClockVector get_ScopeClockVector ()
/** @property */
public void set_ScopeClockVector (IClockVector value)
public function get ScopeClockVector () : IClockVector
public function set ScopeClockVector (value : IClockVector)
Property Value
The clock vector that is used to build the knowledge.
See Also
Reference
KnowledgeBuilder Class
KnowledgeBuilder Members
Microsoft.Synchronization Namespace