Compartir a través de


ProtocolElement.Name Propiedad

Definición

Obtiene o establece el nombre del protocolo.

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

Valor de propiedad

Objeto WebServiceProtocols que representa el nombre del protocolo.

Atributos

Se aplica a