Class OutOfOfficeHistoryStep
A history step for Out of office exit.
Inheritance
System.Object
    OutOfOfficeHistoryStep
  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 OutOfOfficeHistoryStep
  Properties
NewUser
User name of the new assigned user.
Declaration
public string NewUser { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
OutOfOfficeUser
User name of the user who went out of office.
Declaration
public string OutOfOfficeUser { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String |