次の方法で共有


ProtocolElement.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

プロパティ値

プロトコル名を表す WebServiceProtocols オブジェクト。

属性

適用対象