Class LicenseFeature
- Namespace
- StockSharp.Licensing
- Assembly
- StockSharp.Licensing.Core.dll
License feature.
public class LicenseFeature
- Inheritance
-
LicenseFeature
- Inherited Members
- Extension Methods
Properties
Account
The account number for which the license is issued.
public string Account { get; }
Property Value
ExpirationDate
License expiry date.
public DateTime ExpirationDate { get; }
Property Value
ExpireAction
Action when the license expired.
public LicenseExpireActions ExpireAction { get; }
Property Value
HardwareId
Hardware id of the computer for which the license is issued.
public string HardwareId { get; }
Property Value
License
License.
public License License { get; }
Property Value
Name
Name.
public string Name { get; }
Property Value
OneApp
One app id.
public long? OneApp { get; }
Property Value
- long?
Methods
ToString()
public override string ToString()