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
- property
Type: Microsoft.Office.Project.Server.Library.Property
The property to find.
Return Value
Type: System.Boolean
True if the collection contains the specified property; otherwise, false.