Share via


SchemeSettingElement.GenericUriParserOptions Propriété

Définition

Obtient la valeur de l’entrée GenericUriParserOptions à partir d’une instance de SchemeSettingElement.

public:
 property GenericUriParserOptions GenericUriParserOptions { GenericUriParserOptions get(); };
[System.Configuration.ConfigurationProperty("genericUriParserOptions", DefaultValue=System.Configuration.ConfigurationPropertyOptions.None, IsRequired=true)]
public GenericUriParserOptions GenericUriParserOptions { get; }
public GenericUriParserOptions GenericUriParserOptions { get; }
[<System.Configuration.ConfigurationProperty("genericUriParserOptions", DefaultValue=System.Configuration.ConfigurationPropertyOptions.None, IsRequired=true)>]
member this.GenericUriParserOptions : GenericUriParserOptions
member this.GenericUriParserOptions : GenericUriParserOptions
Public ReadOnly Property GenericUriParserOptions As GenericUriParserOptions

Valeur de propriété

Valeur de l'entrée GenericUriParserOptions.

Attributs

Remarques

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

S’applique à

Voir aussi