NewProcessEventArgs.CauseFlag 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.
Gets or sets the cause flag.
public:
property int CauseFlag { int get(); void set(int value); };
public int CauseFlag { get; set; }
member this.CauseFlag : int with get, set
Public Property CauseFlag As Integer