Class PassThroughOption
An enumeration of all PassThroughOption for a Logix Controller.
public class PassThroughOption : LogixEnum<PassThroughOption, string>, IEquatable<LogixEnum<PassThroughOption, string>>, IComparable<LogixEnum<PassThroughOption, string>>
  - Inheritance
 - 
      
      
      PassThroughOption
 
- Implements
 
- Inherited Members
 
Fields
Disabled
Represents a Disabled PassThroughOption.
public static readonly PassThroughOption Disabled
  Field Value
Enabled
Represents a Enabled PassThroughOption.
public static readonly PassThroughOption Enabled
  Field Value
EnabledWithAppend
Represents a EnabledWithAppend PassThroughOption.
public static readonly PassThroughOption EnabledWithAppend