Sdílet prostřednictvím


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í hodnotu výčtu System.GenericUriParserOptionsSchemeSettingElement instance.

Tento GenericUriParserOptions prvek je aktuálně omezen na HTTP a HTTPS.

Platí pro

Viz také