TasksPerformedEventArgs.IsScript Property

Definition

Gets a value indicating whether the event contains a script.

public:
 property bool IsScript { bool get(); };
public bool IsScript { get; }
member this.IsScript : bool
Public ReadOnly Property IsScript As Boolean

Property Value

true if the command object contains a script; otherwise, false.

Applies to