CheckoutManagerFlags Property |
Property contains value of CheckoutManagerFlags and shows which operations should be performed during checkout.
Namespace:
Aras.IOME
Assembly:
IOM (in IOM.dll) Version: 14.0.20.39432
Syntaxpublic CheckoutManagerFlags Flags { get; set; }
Public Property Flags As CheckoutManagerFlags
Get
Set
/** @property */
public CheckoutManagerFlags get_Flags()
/** @property */
public void set_Flags(CheckoutManagerFlags value)
function get Flags () : CheckoutManagerFlags
function set Flags (value : CheckoutManagerFlags)
Property Value
Type:
CheckoutManagerFlags
See Also