XsdDataContractImporter.Options Property
Definition
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.