ProtectedConfigurationProviderCollection::Item Property (String^)

 

Gets a ProtectedConfigurationProvider object in the collection with the specified name.

Namespace:   System.Configuration
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
Return to top
Show: