XmlSerializerImportOptions.WebReferenceOptions 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 the WebReferenceOptions object that contains the code generation options specified in the XML text file.
public:
property System::Web::Services::Description::WebReferenceOptions ^ WebReferenceOptions { System::Web::Services::Description::WebReferenceOptions ^ get(); void set(System::Web::Services::Description::WebReferenceOptions ^ value); };
public System.Web.Services.Description.WebReferenceOptions WebReferenceOptions { get; set; }
member this.WebReferenceOptions : System.Web.Services.Description.WebReferenceOptions with get, set
Public Property WebReferenceOptions As WebReferenceOptions
Property Value
An object containing code generation options.
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.