Class LicensingStatusInformation
Represents licensing status information for a translation provider server.
Inheritance
System.Object
    LicensingStatusInformation
  Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
Syntax
public class LicensingStatusInformationProperties
CurrentConcurrentUsers
Gets the current number of concurrent users logged in.
Declaration
public int CurrentConcurrentUsers { get; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
CurrentTranslationUnitCount
Gets the current total number of translation units across all translation memories hosted on the server.
Declaration
public long CurrentTranslationUnitCount { get; }Property Value
| Type | Description | 
|---|---|
| System.Int64 | 
FeatureName
Gets the feature name
Declaration
public string FeatureName { get; }Property Value
| Type | Description | 
|---|---|
| System.String | 
IsTeamEdition
Is true if team edition license
Declaration
public bool IsTeamEdition { get; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
MaxConcurrentUsers
Gets the maximum number of concurrent users allowed by the current license.
Declaration
public int MaxConcurrentUsers { get; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
MaxTranslationUnitCount
Gets the maximum number of translation units allowed by the current license.
Declaration
public long MaxTranslationUnitCount { get; }Property Value
| Type | Description | 
|---|---|
| System.Int64 |