SchemeSettingElement::GenericUriParserOptions Property

.NET Framework (current version)
 

Gets the value of the GenericUriParserOptions entry from a SchemeSettingElement instance.

Namespace:   System.Configuration
Assembly:  System (in System.dll)

public:
[ConfigurationPropertyAttribute("genericUriParserOptions", DefaultValue = ConfigurationPropertyOptions::None, 
	IsRequired = true)]
property GenericUriParserOptions GenericUriParserOptions {
	GenericUriParserOptions get();
}

Property Value

Type: System::GenericUriParserOptions

The value of GenericUriParserOptions entry.

The GenericUriParserOptions property returns a System::GenericUriParserOptions enumeration value for the SchemeSettingElement instance.

.NET Framework
Available since 4.0
Return to top
Show: