fsHoldSetting Enumeration |
Indicates the action that can be taken when processing on-hold material.
Namespace: FabSuiteResponseApi
Assembly: FabSuiteResponseApi (in FabSuiteResponseApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute] [XmlTypeAttribute(Namespace = "http://www.fabsuite.com/xml/fabsuite-xml-response-v0108.xsd")] public enum fsHoldSetting
Members
Member name | Value | Description | |
---|---|---|---|
Allow | 0 | ||
Prompt | 1 | ||
Prevent | 2 |
See Also