FeedConsumer::IdConverter Property

Gets or sets the ID converter.

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

public:
property FeedIdConverter^ IdConverter {
	FeedIdConverter^ get ();
	void set (FeedIdConverter^ value);
}

Property Value

Type: Microsoft.Synchronization.FeedSync::FeedIdConverter
The ID converter.

ExceptionCondition
ArgumentNullException

value is a nullptr.

Show: