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
Get
Set
'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);
}
member ItemConverter : FeedItemConverter with get, set
function get ItemConverter () : FeedItemConverter
function set ItemConverter (value : FeedItemConverter)
Property Value
Type: Microsoft.Synchronization.FeedSync.FeedItemConverter
The item converter.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | value is assigned to a null reference (Nothing in Visual Basic). |