Command.UseLocalScope Property

Definition

Access the value indicating if LocalScope is to be used for running this script command.

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

Property Value

True if this command is a script and localScope is used for executing the script

Remarks

This value is always false for non-script commands

Applies to