TypeVersionAutoIncrement

Use the following constants with the StationOptions.TypeVersionAutoIncrementOpt property or with the versionIncOption parameter of PropertyObjectFile.CheckForModifiedTypes method.

  • TypeVersionInc_Build –(Value: 4) Auto-increment build version number.
  • TypeVersionInc_Major –(Value: 1) Auto-increment major version number.
  • TypeVersionInc_Minor –(Value: 2) Auto-increment minor version number.
  • TypeVersionInc_None –(Value: 0) Do not increment type versions.
  • TypeVersionInc_Revision –(Value: 3) Auto-increment revision version number.

See Also

PropertyObjectFile.CheckForModifiedTypes

StationOptions.TypeVersionAutoIncrementOpt