WmiCollectionBase.Remove(String) Method
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.
Removes the specified object from the referenced collection.
protected:
virtual void Remove(System::String ^ objname);
protected virtual void Remove (string objname);
abstract member Remove : string -> unit
override this.Remove : string -> unit
Protected Overridable Sub Remove (objname As String)
Parameters
Examples
Managing Services and Network Settings by Using WMI Provider