Skip to main content

Class UserAndInstallationLicenceStatus

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for UserAndInstallationLicenceStatus. Result of GetUserAndInstallationLicenceStatus

Inheritance

objectUserAndInstallationLicenceStatus

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

UserAndInstallationLicenceStatus()

Default constructor - defaults any enum props to 0.

Properties

AdminWarningDate

Installations license admin warning date

Property Value

DateTime

CompanyName

Database company name

Property Value

string

ExpiryDate

Installations license expiry date

Property Value

DateTime

GraceDate

Installations license grace date

Property Value

DateTime

SerialNr

Database serial number

Property Value

string

UserLicenses

The users module licenses names

Property Value

string[]

See Also

LicenseAgent