Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.