Class ServiceConnectionLicenseBoundData
License related connection creation data.
Inheritance
System.Object
ServiceConnectionLicenseBoundData
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public abstract class ServiceConnectionLicenseBoundData : object
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. |