FeedConsumer::StoreProvider Property

Gets or sets the synchronization provider that is importing the feed items to its store.

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

public:
property KnowledgeSyncProvider^ StoreProvider {
	KnowledgeSyncProvider^ get ();
	void set (KnowledgeSyncProvider^ value);
}

Property Value

Type: Microsoft.Synchronization::KnowledgeSyncProvider
The synchronization provider that is importing the feed items to its store.
Show: