ManagementNamedValueCollection::Item Property (String^)

 

Gets the value associated with the specified name from this collection. In C#, this property is the indexer for the ManagementNamedValueCollection class.

Namespace:   System.Management
Assembly:  System.Management (in System.Management.dll)

public:
property Object^ default[
	String^ name
] {
	Object^ get(String^ name);
}

Parameters

name
Type: System::String^

The name of the value to be returned.

Property Value

Type: System::Object^

Returns an Object value that is associated with the specified name from this collection.

An object containing the value of the specified item in this collection.

Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.

.NET Framework
Available since 1.1
Return to top
Show: