ServiceNameElementCollection::IndexOf Method (ServiceNameElement^)

 

The IndexOf method retrieves the index of the specified configuration element in this ServiceNameElementCollection.

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

public:
int IndexOf(
	ServiceNameElement^ element
)

Return Value

Type: System::Int32

The index of the specified ServiceNameElement in this ServiceNameElementCollection.

.NET Framework
Available since 2.0
Return to top
Show: