Table of Contents

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

string

ExpirationDate

License expiry date.

public DateTime ExpirationDate { get; }

Property Value

DateTime

ExpireAction

Action when the license expired.

public LicenseExpireActions ExpireAction { get; }

Property Value

LicenseExpireActions

HardwareId

Hardware id of the computer for which the license is issued.

public string HardwareId { get; }

Property Value

string

License

License.

public License License { get; }

Property Value

License

Name

Name.

public string Name { get; }

Property Value

string

OneApp

One app id.

public long? OneApp { get; }

Property Value

long?

Methods

ToString()

public override string ToString()

Returns

string