Skip to content

Latest commit

 

History

History
49 lines (37 loc) · 3.12 KB

wsdlhelpgeneratorinfo-class.md

File metadata and controls

49 lines (37 loc) · 3.12 KB
title description ms.date ms.assetid
WsdlHelpGeneratorInfo Class
Specifies the XML Web service Help page that is displayed to a browser when the browser navigates directly to an .asmx page.
10/07/2016
ecad8fbf-4dbe-487a-f9e6-55a06cce55d9

WsdlHelpGeneratorInfo Class

Specifies the XML Web service Help page (an .aspx file) that is displayed to a browser when the browser navigates directly to an .asmx (XML Web services) page.

Syntax

class WsdlHelpGeneratorInfo : EmbeddedObject  

Methods

This class contains no methods.

Properties

The following table lists the properties exposed by the WsdlHelpGeneratorInfo class.

Name Description
Href A read/write string value that contains the file path to the Help page. The value of Href is a file path, not a URL. The file path can be relative or absolute. If it is relative, it is relative to the location of the configuration file.

Subclasses

This class contains no subclasses.

Remarks

Instances of this class are contained in the WsdlHelpGenerator property of the WebServicesSection class.

Inheritance Hierarchy

EmbeddedObject

WsdlHelpGeneratorInfo

Requirements

Type Description
Client - [!INCLUDEiis70] on [!INCLUDEwinvista]
- [!INCLUDEiis75] on [!INCLUDEwin7]
- [!INCLUDEiis80] on [!INCLUDEwin8]
- [!INCLUDEiis100] on [!INCLUDEwin10]
Server - [!INCLUDEiis70] on [!INCLUDEwinsrv2008]
- [!INCLUDEiis75] on [!INCLUDEwinsrv2008r2]
- [!INCLUDEiis80] on [!INCLUDEwinsrv2012]
- [!INCLUDEiis85] on [!INCLUDEwinsrv2012r2]
- [!INCLUDEiis100] on [!INCLUDEwinsrv2016]
Product - [!INCLUDEiis70], [!INCLUDEiis75], [!INCLUDEiis80], [!INCLUDEiis85], [!INCLUDEiis100]
MOF file WebAdministration.mof

See Also

EmbeddedObject Class
WebServicesSection Class
<wsdlHelpGenerator> Element