Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Public Property UnmappedElements As XmlElement()
Get
Set
'Usage
Dim instance As SqlSyncProviderScopeConfiguration
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.