📚 SAP Business One SDK Help

XSEngineBaseURL Property
See Also  Example

Description

Returns the XS Engine base URL in SAP HANA enabled landscape.

In non-SAP HANA enabled landscape, the return value is an empty string.

Property type

Read-only property

Syntax

Visual Basic
Public Property XSEngineBaseURL() As String

Example

C#Copy Code
SBO_Application = SboGuiApi.GetApplication( -1 );  
string ret_Url;  
ret_Url = SBO_Application.XSEngineBaseURL;

See Also