ServiceNameElementCollection::Item Property (Int32)

 

The Item property gets or sets the ServiceNameElement instance at the specified index location.

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

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

Parameters

index
Type: System::Int32

The index of 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: