ProtocolElement::Name Property

 

Gets or sets the protocol name.

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

public:
[ConfigurationPropertyAttribute("name", IsKey = true, DefaultValue = WebServiceProtocols::Unknown)]
property WebServiceProtocols Name {
	WebServiceProtocols get();
	void set(WebServiceProtocols value);
}

Property Value

Type: System.Web.Services.Configuration::WebServiceProtocols

A WebServiceProtocols object that represents the protocol name.

.NET Framework
Available since 2.0
Return to top
Show: