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)
Syntax
'Declaration
<SuppressMessageAttribute("Microsoft.Performance", "CA1819:PropertiesShouldNotReturnArrays")> _
<XmlAnyElementAttribute> _
Public Property UnmappedElements As XmlElement()
'Usage
Dim instance As SqlCeSyncProviderAdapterConfiguration
Dim value As XmlElement()
value = instance.UnmappedElements
instance.UnmappedElements = value
[SuppressMessageAttribute("Microsoft.Performance", "CA1819:PropertiesShouldNotReturnArrays")]
[XmlAnyElementAttribute]
public XmlElement[] UnmappedElements { get; set; }
[SuppressMessageAttribute(L"Microsoft.Performance", L"CA1819:PropertiesShouldNotReturnArrays")]
[XmlAnyElementAttribute]
public:
property array<XmlElement^>^ UnmappedElements {
array<XmlElement^>^ get ();
void set (array<XmlElement^>^ value);
}
/** @property */
public XmlElement[] get_UnmappedElements ()
/** @property */
public void set_UnmappedElements (XmlElement[] value)
public function get UnmappedElements () : XmlElement[]
public function set UnmappedElements (value : XmlElement[])
Property Value
An array of any XML configuration elements that are not recognized by Sync Framework.
See Also
Reference
SqlCeSyncProviderAdapterConfiguration Class
SqlCeSyncProviderAdapterConfiguration Members
Microsoft.Synchronization.Data.SqlServerCe Namespace