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)

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.
Show: