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 ID converter.
Namespace: Microsoft.Synchronization.FeedSync
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public Property IdConverter As FeedIdConverter
'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);
}
/** @property */
public FeedIdConverter get_IdConverter ()
/** @property */
public void set_IdConverter (FeedIdConverter value)
public function get IdConverter () : FeedIdConverter
public function set IdConverter (value : FeedIdConverter)
Property Value
The ID converter.
See Also
Reference
FeedProducer Class
FeedProducer Members
Microsoft.Synchronization.FeedSync Namespace