ProtocolElement.Name Property

 

Gets or sets the protocol name.

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

[<ConfigurationPropertyAttribute("name", IsKey = true, DefaultValue = WebServiceProtocols.Unknown)>]
member Name : WebServiceProtocols with get, set

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: