SAapi Object : GetSiteSingleParam Method |
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