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)>
Public Property Name As WebServiceProtocols

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: