AuthenticationModuleElementCollection::Item Property (String^)
.NET Framework (current version)
Gets or sets the element with the specified key.
Assembly: System (in System.dll)
public: property AuthenticationModuleElement^ default[ String^ name ] { AuthenticationModuleElement^ get(String^ name); void set(String^ name, AuthenticationModuleElement^ value); }
Parameters
- name
-
Type:
System::String^
The key for an element in the collection.
Property Value
Type: System.Net.Configuration::AuthenticationModuleElement^The AuthenticationModuleElement with the specified key or null if there is no element with the specified key.
.NET Framework
Available since 2.0
Available since 2.0
Show: