Share via


PropertyCollection.Contains method

Indicates whether the specified property is contained in the collection.

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)

Syntax

'Declaration
Public Function Contains ( _
    property As Property _
) As Boolean
'Usage
Dim instance As PropertyCollection
Dim property As [Property]
Dim returnValue As Boolean

returnValue = instance.Contains(property)
public bool Contains(
    Property property
)

Parameters

Return value

Type: System.Boolean
True if the collection contains the specified property; otherwise, false.

See also

Reference

PropertyCollection class

PropertyCollection members

Microsoft.Office.Project.Server.Library namespace