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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.