del método PropertyCollection.Contains
Indica si la propiedad especificada se encuentra en la colección.
Espacio de nombres: Microsoft.Office.Project.Server.Library
Ensamblado: Microsoft.Office.Project.Server.Library (en Microsoft.Office.Project.Server.Library.dll)
Sintaxis
'Declaración
Public Function Contains ( _
property As Property _
) As Boolean
'Uso
Dim instance As PropertyCollection
Dim property As [Property]
Dim returnValue As Boolean
returnValue = instance.Contains(property)
public bool Contains(
Property property
)
Parámetros
property
Tipo: Microsoft.Office.Project.Server.Library.PropertyLa propiedad que se va a buscar.
Valor devuelto
Tipo: System.Boolean
True si la colección contiene la propiedad especificada; en caso contrario, false.