SchemeSettingElement.Name Vlastnost

Definice

Získá hodnotu položky Název z SchemeSettingElement instance.

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

Hodnota vlastnosti

Protokol používaný tímto nastavením schématu.

Atributy

Poznámky

Vlastnost GenericUriParserOptions vrátí System.GenericUriParserOptions hodnotu výčtu SchemeSettingElement pro instanci.

Element GenericUriParserOptions je v současné době omezený na protokoly HTTP a HTTPS.

Platí pro

Viz také