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.
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.PropertyThe property to find.
Return value
Type: System.Boolean
True if the collection contains the specified property; otherwise, false.