XsdDataContractImporter::Options Property

 

Gets or sets an ImportOptions that contains settable options for the import operation.

Namespace:   System.Runtime.Serialization
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
Return to top
Show: