ProtocolElement.Name 属性

定义

获取或设置协议元素的名称。Gets or sets the name of the protocol element.

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 property System::String ^ Name { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("name", IsKey=true, IsRequired=true)]
[System.Configuration.StringValidator(MinLength=1)]
public string Name { get; set; }
[<System.Configuration.ConfigurationProperty("name", IsKey=true, IsRequired=true)>]
[<System.Configuration.StringValidator(MinLength=1)>]
member this.Name : string with get, set
Public Property Name As String

属性值

String

协议元素的名称。The name of the protocol element.

属性

注解

有关详细信息,请参见版本和依赖关系For more information, see Versions and Dependencies.

适用于