Class ServiceConnectionLoginData
Provides additional date to log in with user credentials.
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 class ServiceConnectionLoginData : ServiceConnectionLicenseBoundData
Properties
Organization
Gets or sets the organization which the client wants to log in.
Declaration
public string Organization { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The organization. |
Remarks
In case there is only a single organization in the system or in case the client wants to connect with a system account, the value can be set to null.