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 the specified DetailGroup object is located in the DetailColumn.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
public bool Contains(
DetailGroup item
)
public:
virtual bool Contains(
DetailGroup^ item
) sealed
Public Function Contains (
item As DetailGroup
) As Boolean
Parameters
item
Type: Microsoft.WindowsServerSolutions.Administration.ObjectModel.DetailGroupThe DetailGroup to locate in the DetailColumn.
Return Value
Type: System.Boolean
true if the DetailGroup object was located in the DetailColumn; otherwise, false.
Implements
See Also
DetailColumn Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace
Return to top