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