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