Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft