FeedProducer::StoreProvider Property

Gets or sets the provider that exports item data that is used to produce the feed.

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 provider that exports item data that is used to produce the feed.

ExceptionCondition
ArgumentNullException

value is assigned to a nullptr.

Show: