ALM Site Administratation Client Type Library
Getting a site configuration parameter
Private Sub GetSiteSingleParam()

'The following Visual Basic example gets the properties
' of the ACI_SERVER parameter.
    Dim sReply As String

    On Error GoTo err

    sReply = m_SAClient.GetSiteSingleParam _
        ("ACISERVER", 1)

    MsgBox sReply
    Exit Sub

err:
    MsgBox "Program failed:" + err.Description
End Sub
Send documentation feedback to HP.