Property contains value of CheckinManagerFlags and shows which operations should be performed after checkin.
Namespace:
Aras.IOMEAssembly: IOM (in IOM.dll) Version: 11.0.0.6296
Syntax
C# |
---|
public CheckinManagerFlags Flags { get; set; } |
Visual Basic (Declaration) |
---|
Public Property Flags As CheckinManagerFlags |
J# |
---|
/** @property */ public CheckinManagerFlags get_Flags() /** @property */ public void set_Flags(CheckinManagerFlags value) |
JScript |
---|
public function get Flags () : CheckinManagerFlags public function set Flags (value : CheckinManagerFlags) |