Class AdditionalOrganizationInfo
Additional information for organization
Inheritance
System.Object
    AdditionalOrganizationInfo
  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 AdditionalOrganizationInfo
  Properties
AddressLines
Addresses of organization
Declaration
public List<string> AddressLines { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<System.String> | 
Administrator
Name of the administrator
Declaration
public string Administrator { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
CompanyNames
Name of companies included in organization
Declaration
public List<string> CompanyNames { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<System.String> | 
Contact email of organization
Declaration
public string EMail { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
OrganizationType
Type of the organization
Declaration
public string OrganizationType { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
RuntimeVersion
Runtime version of the DocuWare system
Declaration
public string RuntimeVersion { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
SystemNumber
System number
Declaration
public string SystemNumber { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String |