ProtocolElement.Name 属性
定义
获取或设置协议名称。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=Mono.Cecil.CustomAttributeArgument, IsKey=true)]
public System.Web.Services.Configuration.WebServiceProtocols Name { get; set; }
[<System.Configuration.ConfigurationProperty("name", DefaultValue=Mono.Cecil.CustomAttributeArgument, IsKey=true)>]
member this.Name : System.Web.Services.Configuration.WebServiceProtocols with get, set
Public Property Name As WebServiceProtocols
属性值
表示协议名称的 WebServiceProtocols 对象。A WebServiceProtocols object that represents the protocol name.
- 属性