XsdDataContractImporter::Options Property
.NET Framework (current version)
Gets or sets an ImportOptions that contains settable options for the import operation.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
public: property ImportOptions^ Options { ImportOptions^ get(); void set(ImportOptions^ value); }
Property Value
Type: System.Runtime.Serialization::ImportOptions^A ImportOptions that contains settable options.
Use the ImportOptions class to customize how the CLR types are generated during schema import.
.NET Framework
Available since 3.0
Available since 3.0
Show: