Skip to main content

Class CheckLicenseStatusResult

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for CheckLicenseStatusResult. Result of CheckLicenseStatus

Inheritance

objectCheckLicenseStatusResult

Inherited Members

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

Constructors

CheckLicenseStatusResult()

Default constructor - defaults any enum props to 0.

Properties

LicenseStatus

Result of CheckLicenseStatus NULL if unknown enum value.

Property Value

LicenseStatus?

See Also

CheckLicenseStatusResult.LicenseStatus_String

LicenseStatus_String

Result of CheckLicenseStatus Raw string enum value.

Property Value

string

See Also

CheckLicenseStatusResult.LicenseStatus

Message

Message to display in SOADMIN if LinkType=90.

Property Value

string

Url

Url to show to the user. This is relevant when LinkType is 60.

Property Value

string

See Also

LicenseAgent