WebRequestModuleElementCollection::Item Property (String^)

 

Gets or sets the element with the specified key.

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

public:
property WebRequestModuleElement^ default[
	String^ name
] {
	WebRequestModuleElement^ get(String^ name);
	void set(String^ name, WebRequestModuleElement^ value);
}

Parameters

name
Type: System::String^

The key for an element in the collection.

Property Value

Type: System.Net.Configuration::WebRequestModuleElement^

The WebRequestModuleElement with the specified key or null if there is no element with the specified key.

.NET Framework
Available since 2.0
Return to top
Show: