Bearbeiten

ProtocolElement.Name Property

Definition

Gets or sets the protocol name.

public:
 property System::Web::Services::Configuration::WebServiceProtocols Name { System::Web::Services::Configuration::WebServiceProtocols get(); void set(System::Web::Services::Configuration::WebServiceProtocols value); };
[System.Configuration.ConfigurationProperty("name", DefaultValue=System.Web.Services.Configuration.WebServiceProtocols.Unknown, IsKey=true)]
public System.Web.Services.Configuration.WebServiceProtocols Name { get; set; }
[<System.Configuration.ConfigurationProperty("name", DefaultValue=System.Web.Services.Configuration.WebServiceProtocols.Unknown, IsKey=true)>]
member this.Name : System.Web.Services.Configuration.WebServiceProtocols with get, set
Public Property Name As WebServiceProtocols

Property Value

A WebServiceProtocols object that represents the protocol name.

Attributes

Applies to