SchemaCompareSettingsService.SerializationData Property
When overridden in a derived class, gets or sets options and values to be serialized.
Namespace: Microsoft.Data.Schema.Tools.Compare.Schema
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
Public Overridable Property SerializationData As IDictionary(Of String, String)
public virtual IDictionary<string, string> SerializationData { get; set; }
public:
virtual property IDictionary<String^, String^>^ SerializationData {
IDictionary<String^, String^>^ get ();
void set (IDictionary<String^, String^>^ value);
}
abstract SerializationData : IDictionary<string, string> with get, set
override SerializationData : IDictionary<string, string> with get, set
function get SerializationData () : IDictionary<String, String>
function set SerializationData (value : IDictionary<String, String>)
Property Value
Type: System.Collections.Generic.IDictionary<String, String>
A dictionary of option settings. The default implementation returns nulla null reference (Nothing in Visual Basic).
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.