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.
Adds a PropertyPage object to the end of the collection.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public int Add(
PropertyPage propertyPage
)
public:
int Add(
PropertyPage^ propertyPage
)
member Add :
propertyPage:PropertyPage -> int
Public Function Add (
propertyPage As PropertyPage
) As Integer
Parameters
propertyPage
Type: Microsoft.ManagementConsole.PropertyPageThe property page to be added.
Return Value
Type: System.Int32
The index at which the property page has been added.
See Also
PropertyPageCollection Class
Microsoft.ManagementConsole Namespace
Return to top