dotConnect for Oracle Documentation
Devart.Data.Synchronization Namespace / SyncProviderAdapterConfiguration Class / UnmappedElements Property

In This Topic
    UnmappedElements Property (SyncProviderAdapterConfiguration)
    In This Topic
    Gets or sets the array of any XML configuration elements that are not recognized by Sync Framework when an adapter is configured.
    Syntax
    'Declaration
     
    Public Property UnmappedElements As XmlElement()
    public XmlElement[] UnmappedElements {get; set;}

    Property Value

    The array of any XML configuration elements that are not recognized by Sync Framework when an adapter is configured.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also