InlineScriptContext Class
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.
Defines the context information available to scripts running within the InlineScript activity. These are exposed through the $PSActivity automatic variable.
public ref class InlineScriptContext
[Windows::Foundation::Metadata::WebHostHidden]
class InlineScriptContext
public class InlineScriptContext
type InlineScriptContext = class
Public Class InlineScriptContext
- Inheritance
-
InlineScriptContext
Constructors
InlineScriptContext(InlineScript) |
Creates a new InlineScriptContext |
Properties
Variables |
Gets the current variables and arguments that are in-scope for the current activity within its context in the workflow. |