Share via


SqlSyncProviderScopeConfiguration.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.SqlServer
Assembly: Microsoft.Synchronization.Data.SqlServer (in microsoft.synchronization.data.sqlserver.dll)

Syntax

'Declaration
<SuppressMessageAttribute("Microsoft.Performance", "CA1819:PropertiesShouldNotReturnArrays")> _
<XmlAnyElementAttribute> _
Public Property UnmappedElements As XmlElement()
'Usage
Dim instance As SqlSyncProviderScopeConfiguration
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

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