Class ProgramType
Provides an enumeration of all Logix ProgramType options or a given Program component.
public class ProgramType : LogixEnum<ProgramType, string>, IEquatable<LogixEnum<ProgramType, string>>, IComparable<LogixEnum<ProgramType, string>>
  - Inheritance
 - 
      
      
      ProgramType
 
- Implements
 
- Inherited Members
 
Fields
EquipmentPhase
Represents a EquipmentPhase ProgramType value.
public static readonly ProgramType EquipmentPhase
  Field Value
Normal
Represents a Normal ProgramType value.
public static readonly ProgramType Normal