Compartilhar via


PropertyCollection.Contains método

Indica se a propriedade especificada está contida na coleção.

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (em Microsoft.Office.Project.Server.Library.dll)

Sintaxe

'Declaração
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 retornado

Tipo: System.Boolean
True se a coleção contiver a propriedade especificada; Caso contrário, false.

Ver também

Referência

PropertyCollection classe

PropertyCollection membros

Microsoft.Office.Project.Server.Library namespace