CommandLineAction.Terminating Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates that the action terminates a command line invocation, and later actions are skipped.
public:
virtual property bool Terminating { bool get(); };
public virtual bool Terminating { get; }
member this.Terminating : bool
Public Overridable ReadOnly Property Terminating As Boolean