Share via


ProtocolElement.Name Vlastnost

Definice

Získá nebo nastaví název protokolu.

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

Hodnota vlastnosti

Objekt WebServiceProtocols , který představuje název protokolu.

Atributy

Platí pro