Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes the first occurrence of a specific PropertyPage object from the collection.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public void Remove(
PropertyPage propertyPage
)
public:
void Remove(
PropertyPage^ propertyPage
)
member Remove :
propertyPage:PropertyPage -> unit
Public Sub Remove (
propertyPage As PropertyPage
)
Parameters
propertyPage
Type: Microsoft.ManagementConsole.PropertyPageThe property page to remove.
See Also
PropertyPageCollection Class
Microsoft.ManagementConsole Namespace
Return to top