XsdDataContractExporter::Options Property
.NET Framework (current version)
Gets or sets an ExportOptions that contains options that can be set for the export operation.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
public: property ExportOptions^ Options { ExportOptions^ get(); void set(ExportOptions^ value); }
Property Value
Type: System.Runtime.Serialization::ExportOptions^An ExportOptions that contains options used to customize how types are exported to schemas.
.NET Framework
Available since 3.0
Available since 3.0
Show: