SchemeSettingElement.Name 属性

定义

获取 SchemeSettingElement 实例中 Name 项的值。

public:
 property System::String ^ Name { System::String ^ get(); };
[System.Configuration.ConfigurationProperty("name", DefaultValue=null, IsKey=true, IsRequired=true)]
public string Name { get; }
public string Name { get; }
[<System.Configuration.ConfigurationProperty("name", DefaultValue=null, IsKey=true, IsRequired=true)>]
member this.Name : string
member this.Name : string
Public ReadOnly Property Name As String

属性值

此架构设置使用的协议。

属性

注解

属性 GenericUriParserOptions 返回 System.GenericUriParserOptions 实例的 SchemeSettingElement 枚举值。

元素 GenericUriParserOptions 当前仅限于 HTTP 和 HTTPS。

适用于

另请参阅