ServiceNameElementCollection::Item Property (String^)

 

The Item property gets or sets the ServiceNameElement instance based on a string that represents the ServiceNameElement instance.

Namespace:   System.Security.Authentication.ExtendedProtection.Configuration
Assembly:  System (in System.dll)

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

Parameters

name
Type: System::String^

A String that represents the ServiceNameElement instance in this ServiceNameElementCollection.

Property Value

Type: System.Security.Authentication.ExtendedProtection.Configuration::ServiceNameElement^

The ServiceNameElement instance requested. If the requested instance is not found, then null is returned.

.NET Framework
Available since 2.0
Return to top
Show: