AddInProcess.KeepAlive Property

Definition

Gets or sets a value that indicates whether to keep the external process alive.

public:
 property bool KeepAlive { bool get(); void set(bool value); };
public bool KeepAlive { get; set; }
member this.KeepAlive : bool with get, set
Public Property KeepAlive As Boolean

Property Value

true if the external process should be kept alive; otherwise, false. The default is false.

Remarks

Set this property to false to aggressively shut down the external process after the last add-in inside the process has been shut down.

Applies to