JBLicense
CustomerResultLicenses Property |
Gets or sets the licenses.
Namespace: JustinBack
Assembly: JBLicense.ACPU (in JBLicense.ACPU.dll) Version: 1.0.0.7
Syntax
public List<LicenseResult> Licenses { get; set; }
Public Property Licenses As List(Of LicenseResult) Get Set
public: property List<LicenseResult^>^ Licenses { List<LicenseResult^>^ get (); void set (List<LicenseResult^>^ value); }
Property Value
Type: ListLicenseResultThe licenses of the customer.
See Also