ReqTypeIdToName Method
Description
Returns the name of the requirement type specified by the type ID.
Syntax
Visual Basic
Public Function ReqTypeIdToName( _
   ByVal TypeId As Long _
) As String
Parameters
TypeId
A ReqType.ID.
Return Type
The name of the type as entered in the customization module of ALM.
See Also