Class OutOfOfficeHistoryStep
A history step for Out of office exit.
Inheritance
System.Object
OutOfOfficeHistoryStep
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class OutOfOfficeHistoryStep : object
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 |