Returns information about subscription and all add-on's

Namespace:  Aras.IOM
Assembly:  IOM (in IOM.dll) Version: 11.0.0.6296

Syntax

C#
public abstract string GetLicenseInfo(
	string issuer,
	string addon_name
)
Visual Basic (Declaration)
Public MustOverride Function GetLicenseInfo ( _
	issuer As String, _
	addon_name As String _
) As String
J#
public abstract String GetLicenseInfo(
	String issuer,
	String addon_name
)
JScript
public abstract function GetLicenseInfo(
	issuer : String, 
	addon_name : String
) : String

Parameters

issuer
Type: System..::.String
Select addons by issuer. Skip if null or empty.
addon_name
Type: System..::.String
Select add-ons by the name. Skip if null or empty.

Return Value

Implements

IServerConnection..::.GetLicenseInfo(String, String)

See Also