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.
Determines whether a specific PropertyPage object is in the collection.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public bool Contains(
PropertyPage propertyPage
)
public:
bool Contains(
PropertyPage^ propertyPage
)
member Contains :
propertyPage:PropertyPage -> bool
Public Function Contains (
propertyPage As PropertyPage
) As Boolean
Parameters
propertyPage
Type: Microsoft.ManagementConsole.PropertyPageThe property page to locate in the collection.
Return Value
Type: System.Boolean
If the property page is in the collection, this value is true; otherwise, false.
See Also
Contains Overload
PropertyPageCollection Class
Microsoft.ManagementConsole Namespace
Return to top