ALM Site Administration API Type Library
GetLicenseTypesList Method
Description
Returns the XML description of license types.
Syntax
Visual Basic
Public Function GetLicenseTypesList() As String
Return Value Details
LICENSE_TYPE - The license ID.
NAME - The display name of license type
FREC_ATTR - For internal use
Return Value Example

Example
Private Function GetLicenceTypes() As String

  ' Get list of license types

    GetLicenceTypes = m_SAClient.GetLicenseTypesList
    
End Function
See Also