ProtectedConfigurationProviderCollection::Item Property (String^)
.NET Framework (current version)
Gets a ProtectedConfigurationProvider object in the collection with the specified name.
Assembly: System.Configuration (in System.Configuration.dll)
public: property ProtectedConfigurationProvider^ default[ String^ name ] { ProtectedConfigurationProvider^ get(String^ name); }
Parameters
- name
-
Type:
System::String^
The name of a ProtectedConfigurationProvider object in the collection.
Property Value
Type: System.Configuration::ProtectedConfigurationProvider^The ProtectedConfigurationProvider object with the specified name, or null if there is no object with that name.
.NET Framework
Available since 2.0
Available since 2.0
Show: