WsdlHelpGeneratorElement::Href Property

 

Gets or sets the file path to the Help page.

Namespace:   System.Web.Services.Configuration
Assembly:  System.Web.Services (in System.Web.Services.dll)

public:
[ConfigurationPropertyAttribute("href", IsRequired = true)]
property String^ Href {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

A String that contains the file path to the Help page.

.NET Framework
Available since 2.0
Return to top
Show: