Share via


SchemeSettingElement.GenericUriParserOptions 属性

定义

获取 SchemeSettingElement 实例中 GenericUriParserOptions 项的值。

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

属性值

GenericUriParserOptions 项的值。

属性

注解

属性 GenericUriParserOptions 返回 System.GenericUriParserOptions 实例的 SchemeSettingElement 枚举值。

适用于

另请参阅