Compartilhar via


SchemeSettingElement.GenericUriParserOptions Propriedade

Definição

Obtém o valor da entrada GenericUriParserOptions de uma instância 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

Valor da propriedade

O valor da entrada GenericUriParserOptions.

Atributos

Comentários

A GenericUriParserOptions propriedade retorna um System.GenericUriParserOptions valor de enumeração para a SchemeSettingElement instância.

Aplica-se a

Confira também