SettingsSection::WebUtility Property

.NET Framework (current version)
 

Gets the configuration element that controls the settings used by an WebUtility object.

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

public:
[ConfigurationPropertyAttribute("webUtility")]
property WebUtilityElement^ WebUtility {
	WebUtilityElement^ get();
}

Property Value

Type: System.Net.Configuration::WebUtilityElement^

Returns WebUtilityElement.

The configuration element that controls the settings used by an WebUtility object.

.NET Framework
Available since 4.5
Return to top
Show: