SqlCeSyncProviderScopeConfiguration.UnmappedElements Property
Gets or sets an array of any XML configuration elements that are not recognized by Sync Framework when a scope is configured.
Namespace: Microsoft.Synchronization.Data.SqlServerCe
Assembly: Microsoft.Synchronization.Data.SqlServerCe (in Microsoft.Synchronization.Data.SqlServerCe.dll)
Syntax
'Declaration
Public Property UnmappedElements As XmlElement()
Get
Set
'Usage
Dim instance As SqlCeSyncProviderScopeConfiguration
Dim value As XmlElement()
value = instance.UnmappedElements
instance.UnmappedElements = value
public XmlElement[] UnmappedElements { get; set; }
public:
property array<XmlElement^>^ UnmappedElements {
array<XmlElement^>^ get ();
void set (array<XmlElement^>^ value);
}
member UnmappedElements : XmlElement[] with get, set
function get UnmappedElements () : XmlElement[]
function set UnmappedElements (value : XmlElement[])
Property Value
Type: array<System.Xml.XmlElement[]
An array of any XML configuration elements that are not recognized by Sync Framework.