Compartilhar via


PropertyCollection.GetProperty método

Obtém a propriedade que possui o identificador especificado.

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

Sintaxe

'Declaração
Public Function GetProperty ( _
    winprojPropertyId As Integer _
) As Property
'Uso
Dim instance As PropertyCollection
Dim winprojPropertyId As Integer
Dim returnValue As [Property]

returnValue = instance.GetProperty(winprojPropertyId)
public Property GetProperty(
    int winprojPropertyId
)

Parâmetros

Valor retornado

Tipo: Microsoft.Office.Project.Server.Library.Property
A propriedade que possui o identificador especificado.

Ver também

Referência

PropertyCollection classe

PropertyCollection membros

Microsoft.Office.Project.Server.Library namespace