SchemeSettingElement.GenericUriParserOptions Eigenschaft

Definition

Ruft den Wert des GenericUriParserOptions-Eintrags aus einer SchemeSettingElement-Instanz ab.

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

Eigenschaftswert

Der Wert des GenericUriParserOptions-Eintrags.

Attribute

Hinweise

Die GenericUriParserOptions -Eigenschaft gibt einen System.GenericUriParserOptions Enumerationswert für die SchemeSettingElement instance zurück.

Gilt für:

Weitere Informationen