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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.