Selerix Developer Tools
GetProductLibRootPath Method






Selerix.Foundation Assembly > Selerix.Foundation.Data Namespace > Utils Class : GetProductLibRootPath Method
Gets the product library root path.
Syntax
'Declaration
 
Public Shared Function GetProductLibRootPath() As String
'Usage
 
Dim value As String
 
value = Utils.GetProductLibRootPath()
public static string GetProductLibRootPath()
public function GetProductLibRootPath(): String; static; 
public static function GetProductLibRootPath() : String;
public: static string* GetProductLibRootPath(); 
public:
static String^ GetProductLibRootPath(); 
See Also

Reference

Utils Class
Utils Members