ProtocolElement::Name Property
.NET Framework (current version)
Gets or sets the protocol name.
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::WebServiceProtocolsA WebServiceProtocols object that represents the protocol name.
.NET Framework
Available since 2.0
Available since 2.0
Show: