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
- winprojPropertyId
Type: System.Int32
Return Value
Type: Microsoft.Office.Project.Server.Library.Property
The property that has the specified identifier.