Partager via


SchemeSettingElement.Name Propriété

Définition

Obtient la valeur de l’entrée Name d’une 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

Valeur de propriété

Protocole utilisé par ce paramètre de schéma.

Attributs

Remarques

La GenericUriParserOptions propriété retourne une System.GenericUriParserOptions valeur d’énumération pour l’instance SchemeSettingElement .

L’élément GenericUriParserOptions est actuellement limité à HTTP et HTTPS.

S’applique à

Voir aussi