SchemeSettingElement.GenericUriParserOptions Eigenschap

Definitie

Hiermee haalt u de waarde op van de vermelding GenericUriParserOptions van een SchemeSettingElement exemplaar.

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

Waarde van eigenschap

De waarde van de vermelding GenericUriParserOptions.

Kenmerken

Opmerkingen

De GenericUriParserOptions eigenschap retourneert een System.GenericUriParserOptions opsommingswaarde voor het SchemeSettingElement exemplaar.

Van toepassing op

Zie ook