ILicenseServiceGetDataFromLicenseServer Method |
Gets data from the license server corresponding to the specified key.
Namespace: Dundas.BI.LicensingAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxstring GetDataFromLicenseServer(
string key
)
Function GetDataFromLicenseServer (
key As String
) As String
String^ GetDataFromLicenseServer(
String^ key
)
abstract GetDataFromLicenseServer :
key : string -> string Parameters
- key String
- The key used to identify the data.
Return Value
StringThe data corresponding to the specified key.
Exceptions
See Also