Share via


ProjGroup::find Method

Returns the project group that has the given ID.

Syntax

client server public static ProjGroup find(ProjGroupId _projGroupId, [boolean _forUpdate])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value that determines whether the record should be selected for update; optional.

Return Value

Type: ProjGroup Table
The desired project group. Returns nullNothingnullptrunita null reference (Nothing in Visual Basic) if the project group does not exist.

See Also

Reference

ProjGroup Table