Compartir a través de


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

Valor devuelto

Tipo: System.Boolean
True si la colección contiene la propiedad especificada; en caso contrario, false.

Vea también

Referencia

clase PropertyCollection

Miembros PropertyCollection

Espacio de nombres Microsoft.Office.Project.Server.Library