SchemeSettingElement.GenericUriParserOptions Egenskap

Definition

Hämtar värdet för posten GenericUriParserOptions från en SchemeSettingElement instans.

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

Egenskapsvärde

Värdet för posten GenericUriParserOptions.

Attribut

Kommentarer

Egenskapen GenericUriParserOptions returnerar ett System.GenericUriParserOptions uppräkningsvärde för instansen SchemeSettingElement .

Gäller för

Se även