CimReadOnlyKeyedCollection<T>.Item[String] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
abstract property T default[System::String ^] { T get(System::String ^ itemName); };
public abstract T this[string itemName] { get; }
member this.Item(string) : 'T
Default Public MustOverride ReadOnly Property Item(itemName As String) As T
Parameters
- itemName
- String
Property Value
T