Int32 AMBuildSequence.NumberOfSteps { get; set; }
Gets or sets the number of steps in the build sequence. [Default = 2, Minimum = 2, Maximum = 31]
An exception is thrown if the EnableBuildSequence property is not True. An exception is also thrown
if the value is less than 2 or greater than 31.
Examples