Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the item converter.
Namespace: Microsoft.Synchronization.FeedSync
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public Property ItemConverter As FeedItemConverter
'Usage
Dim instance As FeedProducer
Dim value As FeedItemConverter
value = instance.ItemConverter
instance.ItemConverter = value
public FeedItemConverter ItemConverter { get; set; }
public:
property FeedItemConverter^ ItemConverter {
FeedItemConverter^ get ();
void set (FeedItemConverter^ value);
}
/** @property */
public FeedItemConverter get_ItemConverter ()
/** @property */
public void set_ItemConverter (FeedItemConverter value)
public function get ItemConverter () : FeedItemConverter
public function set ItemConverter (value : FeedItemConverter)
Property Value
The item converter.
See Also
Reference
FeedProducer Class
FeedProducer Members
Microsoft.Synchronization.FeedSync Namespace