CommonFunctionsGetHostName Method |
Gets the name of the current host.
Namespace: Scanjour.Workflow4.BaseAssembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic static string GetHostName()
Public Shared Function GetHostName As String
public:
static String^ GetHostName()
static member GetHostName : unit -> string
Return Value
StringThe host name of the current host
See Also