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::Add Method (String^, Object^)
.NET Framework (current version)
Adds a single-named value to the collection.
Assembly: System.Management (in System.Management.dll)
Parameters
- name
-
Type:
System::String^
The name of the new value.
- value
-
Type:
System::Object^
The value to be associated with the name.
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
Available since 1.1
Show: