KnowledgeBuilder.BuildSyncKnowledge Method

Builds a SyncKnowledge object from the parts that are provided by the other builder methods.

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

'Declaration
Public Function BuildSyncKnowledge As SyncKnowledge
'Usage
Dim instance As KnowledgeBuilder
Dim returnValue As SyncKnowledge

returnValue = instance.BuildSyncKnowledge()

Return Value

Type: Microsoft.Synchronization.SyncKnowledge
The newly built SyncKnowledge object.
Show: