This documentation is archived and is not being maintained.
SqlCeSyncProviderAdapterConfiguration::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.SqlServerCe
Assembly:
Microsoft.Synchronization.Data.SqlServerCe (in Microsoft.Synchronization.Data.SqlServerCe.dll)
public:
property array<XmlElement^>^ UnmappedElements {
array<XmlElement^>^ get ();
void set (array<XmlElement^>^ value);
}
Property Value
Type:
array<System.Xml::XmlElement>An array of any XML configuration elements that are not recognized by Sync Framework.