Interface ILicenseDetails
Returned on operations: ActivateLicense(String, String) and DeactivateLicense()
Namespace: Oasys.AdSec
Assembly: cs.temp.dll.dll
Syntax
public interface ILicenseDetails
Properties
ActionStatus
Whether the operation performed was successful
Declaration
bool ActionStatus { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
LicenseInformation
Details of the product ILicenseInformation
Declaration
ILicenseInformation LicenseInformation { get; }
Property Value
| Type | Description |
|---|---|
| ILicenseInformation |
ProductInformation
Details of the product IProductInformation
Declaration
IProductInformation ProductInformation { get; }
Property Value
| Type | Description |
|---|---|
| IProductInformation |
Warnings
List of warnings/messages that occured while performing an operation
Declaration
IList<IWarning> Warnings { get; }
Property Value
| Type | Description |
|---|---|
| IList<IWarning> |