Class RunTimeLicensesResult
Inheritance
System.Object
RunTimeLicensesResult
Namespace: Telerik.Licensing.Status
Assembly: Telerik.Licensing.Runtime.dll
Syntax
public class RunTimeLicensesResult
Constructors
RunTimeLicensesResult(Dictionary<IProductMetadata, ILicenseStatus>)
Declaration
public RunTimeLicensesResult(Dictionary<IProductMetadata, ILicenseStatus> licenseForProduct)
Parameters
System.
|
Properties
LicenseForProduct
Declaration
public IReadOnlyDictionary<IProductMetadata, ILicenseStatus> LicenseForProduct { get; }
Property Value
System.
|