Server.GetDatabases Method¶
Returns a list of databases available on this AppDNA server.
Namespace: Citrix.SDK.AppDNA
Assembly: Citrix.SDK.AppDNA (in Citrix.SDK.AppDNA.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public static string[] GetDatabases(
Uri serverUrl
)
VB¶
Public Shared Function GetDatabases (
serverUrl As Uri
) As String()
Parameters¶
- serverUrl
- Type: System.Uri
The Uri of the required AppDNA web server.
Return Value¶
Type: String[]