Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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