Class LookupValueData
Represents the API LookupValueData object
Inherited Members
Namespace: PayrollEngine.Client.Scripting.Function
Assembly: PayrollEngine.Client.Scripting.dll
Syntax
public sealed class LookupValueData
Constructors
View SourceLookupValueData()
Declaration
public LookupValueData()
Properties
View SourceKey
The lookup key
Declaration
public string Key { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Value
The lookup value as JSON
Declaration
public string Value { get; set; }
Property Value
| Type | Description |
|---|---|
| string |