Share via


SqlSyncProviderAdapterConfiguration.UnmappedElements Property

Gets or sets an array of any XML configuration elements that are not recognized by Sync Framework when an adapter is configured.

Namespace: Microsoft.Synchronization.Data.SqlServer
Assembly: Microsoft.Synchronization.Data.SqlServer (in microsoft.synchronization.data.sqlserver.dll)

Syntax

[XmlAnyElementAttribute] 
[SuppressMessageAttribute("Microsoft.Performance", "CA1819:PropertiesShouldNotReturnArrays")] 
public XmlElement[] UnmappedElements { get; set; }

Property Value

An array of any XML configuration elements that are not recognized by Sync Framework.

See Also

Reference

SqlSyncProviderAdapterConfiguration Class
SqlSyncProviderAdapterConfiguration Members
Microsoft.Synchronization.Data.SqlServer Namespace