Share via


FeedIdConverter.IdFormats Property

When overridden in a derived class, gets the format schema for the IDs that can be converted.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property IdFormats As SyncIdFormatGroup
    Get
'Usage
Dim instance As FeedIdConverter
Dim value As SyncIdFormatGroup

value = instance.IdFormats
public abstract SyncIdFormatGroup IdFormats { get; }
public:
virtual property SyncIdFormatGroup^ IdFormats {
    SyncIdFormatGroup^ get () abstract;
}
abstract IdFormats : SyncIdFormatGroup
abstract function get IdFormats () : SyncIdFormatGroup

Property Value

Type: Microsoft.Synchronization.SyncIdFormatGroup
The format schema for the IDs that can be converted.

See Also

Reference

FeedIdConverter Class

Microsoft.Synchronization.FeedSync Namespace