IReadOnlyCollection<T>.Item Property (String)
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
When implemented by a class, gets the item based on the name.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.Design (in Microsoft.Practices.EnterpriseLibrary.Configuration.Design.dll)
Syntax
'Declaration
ReadOnlyPropertyItem ( _
nameAs String _
) As T
T Item[
string name
] { get; }
property T Item[String^ name] {
T get (String^ name);
}
JScript does not support indexed properties.
Parameters
- name
Type: System.String
The name of the item to get.
Return Value
The item based on the name.
See Also
IReadOnlyCollection<T> Interface
Microsoft.Practices.EnterpriseLibrary.Configuration.Design Namespace
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |