ServiceNameElementCollection::Item Property (Int32)
.NET Framework (current version)
The Item property gets or sets the ServiceNameElement instance at the specified index location.
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
Available since 2.0
Show: