Share via


PropertyCollection.GetProperty method

Gets the property that has the specified identifier.

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

Syntax

'Declaration
Public Function GetProperty ( _
    winprojPropertyId As Integer _
) As Property
'Usage
Dim instance As PropertyCollection
Dim winprojPropertyId As Integer
Dim returnValue As [Property]

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

Parameters

Return value

Type: Microsoft.Office.Project.Server.Library.Property
The property that has the specified identifier.

See also

Reference

PropertyCollection class

PropertyCollection members

Microsoft.Office.Project.Server.Library namespace