Class UserAndInstallationLicenceStatus
Result of GetUserAndInstallationLicenceStatus
Carrier object for UserAndInstallationLicenceStatus. Services for the UserAndInstallationLicenceStatus Carrier is available from the ILicenseAgent.Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
public class UserAndInstallationLicenceStatus : Object
Constructors
UserAndInstallationLicenceStatus()
Default constructor
Declaration
public UserAndInstallationLicenceStatus()
See Also
Properties
AdminWarningDate
Installations license admin warning date
Declaration
public virtual DateTime AdminWarningDate { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
See Also
CompanyName
Database company name
Declaration
public virtual string CompanyName { get; set; }
Property Value
Type | Description |
---|---|
String |
See Also
ExpiryDate
Installations license expiry date
Declaration
public virtual DateTime ExpiryDate { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
See Also
GraceDate
Installations license grace date
Declaration
public virtual DateTime GraceDate { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
See Also
SerialNr
Database serial number
Declaration
public virtual string SerialNr { get; set; }
Property Value
Type | Description |
---|---|
String |
See Also
UserLicenses
The users module licenses names
Declaration
public virtual string[] UserLicenses { get; set; }
Property Value
Type | Description |
---|---|
String[] |
See Also
Methods
ToString()
Returns the carrier contents as a formatted string.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String | The carrier contents. |
See Also
ToString(String)
Returns the carrier contents as a formatted string, useful for debugging. Each line in the output is prefixed with the input value.
Declaration
public string ToString(string prefix)
Parameters
Type | Name | Description |
---|---|---|
String | prefix | The line prefix (typically used for indenting) |
Returns
Type | Description |
---|---|
String | The carrier contents. |