IServerConnectionGetLicenseInfo Method (String, String) |
Returns information about subscription and all add-on's
Namespace:
Aras.IOM
Assembly:
IOM (in IOM.dll) Version: 14.0.20.39432
Syntaxstring GetLicenseInfo(
string issuer,
string addonName
)
Function GetLicenseInfo (
issuer As String,
addonName As String
) As String
String GetLicenseInfo(
String issuer,
String addonName
)
function GetLicenseInfo(
issuer : String,
addonName : String
) : String
Parameters
- issuer
- Type: SystemString
Select addons by issuer. Skip if null or empty. - addonName
- Type: SystemString
Select add-ons by the name. Skip if null or empty.
Return Value
Type:
String
See Also