Compartir a través de


del método PropertyCollection.GetProperty

Obtiene la propiedad que tiene el identificador especificado.

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 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 devuelto

Tipo: Microsoft.Office.Project.Server.Library.Property
La propiedad que tiene el identificador especificado.

Vea también

Referencia

clase PropertyCollection

Miembros PropertyCollection

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