GetLicenseInfo |
Scroll |
Gets license information for the connected Thereforeā¢ server.
Namespace: Therefore.API
Visual Basic Public Overridable Function GetLicenseInfo ( _ pstrProductName As String, _ pstrLicensee As String, _ pstrSite As String, _ ) C# public virtual void GetLicenseInfo ( out string pstrProductName, out string pstrLicensee, out string pstrSite )
Parameters [out] pstrProductName The product name (e.g. "Thereforeā¢ Business Edition")
[out] pstrLicensee The owner of the Thereforeā¢ license.
[out] pstrSite Site information of the Thereforeā¢ server.
Return Value None. |
|
Requires Connection You must be connected to the Thereforeā¢ Server when calling this method. |