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 に制限されています。

適用対象

こちらもご覧ください