FeedProducer.IdConverter Property

Gets or sets the ID converter.

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

Syntax

'Declaration
Public Property IdConverter As FeedIdConverter
    Get
    Set
'Usage
Dim instance As FeedProducer
Dim value As FeedIdConverter

value = instance.IdConverter

instance.IdConverter = value
public FeedIdConverter IdConverter { get; set; }
public:
property FeedIdConverter^ IdConverter {
    FeedIdConverter^ get ();
    void set (FeedIdConverter^ value);
}
member IdConverter : FeedIdConverter with get, set
function get IdConverter () : FeedIdConverter
function set IdConverter (value : FeedIdConverter)

Property Value

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

Exceptions

Exception Condition
ArgumentNullException

value is assigned to a null reference (Nothing in Visual Basic).

See Also

Reference

FeedProducer Class

Microsoft.Synchronization.FeedSync Namespace