ProtocolElement.Name 属性

定义

获取或设置协议元素的名称。

此 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

属性值

协议元素的名称。

属性

注解

有关详细信息,请参见版本和依赖关系

适用于