Gets or sets the context of the install and uninstall actions. Namespace: Microsoft.ConfigurationManagement.ApplicationManagement
Assembly: Microsoft.ConfigurationManagement.ApplicationManagement (in Microsoft.ConfigurationManagement.ApplicationManagement.dll)

Usage

Visual Basic
Dim instance As Installer
Dim value As ExecutionContext

value = instance.ExecutionContext

instance.ExecutionContext = value

Syntax

Visual Basic
<DefaultAttribute(ExecutionContext.Any)> _
Public Property ExecutionContext As ExecutionContext
C#
[DefaultAttribute(ExecutionContext.Any)] 
public ExecutionContext ExecutionContext { get; set; }
C++
[DefaultAttribute(ExecutionContext::Any)] 
public:
property ExecutionContext ExecutionContext {
		ExecutionContext get ();
		void set (ExecutionContext value);
}
J#
/** @property */
public ExecutionContext get_ExecutionContext ()

/** @property */
public void set_ExecutionContext (ExecutionContext value)
JScript
public function get ExecutionContext () : ExecutionContext

public function set ExecutionContext (value : ExecutionContext)

Property Value

The execution context value.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also