Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

XsdDataContractImporter.Options Property

Definition

Namespace:
System.Runtime.Serialization
Assembly:
System.Runtime.Serialization.Schema.dll
Assembly:
System.Runtime.Serialization.dll
Package:
System.Runtime.Serialization.Schema v11.0.0-preview.5.26302.115
Source:
XsdDataContractImporter.cs
Source:
XsdDataContractImporter.cs
Source:
XsdDataContractImporter.cs
Source:
XsdDataContractImporter.cs

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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

public:
 property System::Runtime::Serialization::ImportOptions ^ Options { System::Runtime::Serialization::ImportOptions ^ get(); void set(System::Runtime::Serialization::ImportOptions ^ value); };
public System.Runtime.Serialization.ImportOptions? Options { get; set; }
public System.Runtime.Serialization.ImportOptions Options { get; set; }
member this.Options : System.Runtime.Serialization.ImportOptions with get, set
Public Property Options As ImportOptions

Property Value

A ImportOptions that contains settable options.

Remarks

Use the ImportOptions class to customize how the CLR types are generated during schema import.

Applies to

See also


Feedback

Was this page helpful?