FeedProducer::ItemConverter Property

Gets or sets the item converter.

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

public:
property FeedItemConverter^ ItemConverter {
	FeedItemConverter^ get ();
	void set (FeedItemConverter^ value);
}

Property Value

Type: Microsoft.Synchronization.FeedSync::FeedItemConverter
The item converter.

ExceptionCondition
ArgumentNullException

value is assigned to a nullptr.

Show: