Partager via


DetailColumn.Contains Method (DetailGroup)

 

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

Return Value

Type: System.Boolean

true if the DetailGroup object was located in the DetailColumn; otherwise, false.

Implements

ICollection<T>.Contains(T)

See Also

DetailColumn Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace

Return to top