ServiceNameElementCollection::Item Property (String^)
.NET Framework (current version)
The Item property gets or sets the ServiceNameElement instance based on a string that represents the ServiceNameElement instance.
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
Available since 2.0
Show: