DbSyncScopeMetadata::SyncKnowledge Property

Gets or sets a SyncKnowledge object that represents the knowledge associated with the scope.

This API is not CLS-compliant. 

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

[CLSCompliantAttribute(false)]
public:
property SyncKnowledge^ SyncKnowledge {
	SyncKnowledge^ get ();
	void set (SyncKnowledge^ value);
}

Property Value

Type: Microsoft.Synchronization::SyncKnowledge
A SyncKnowledge object that represents the knowledge associated with the scope.
Show: