Class ServiceConnectionLicenseBoundData
License related connection creation data.
Inheritance
System.Object
    ServiceConnectionLicenseBoundData
      
      
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public abstract class ServiceConnectionLicenseBoundData
  Properties
LicenseType
Gets or sets the type of the license used for the login.
Declaration
public DWProductTypes? LicenseType { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Nullable<DocuWare.Platform.ServerClient.DWProductTypes> | The type of the license.  | 
      
Transport
Gets or sets the transport data.
Declaration
public ServiceConnectionTransportData Transport { get; set; }
  Property Value
| Type | Description | 
|---|---|
| ServiceConnectionTransportData | The transport data.  |