AppManUtilities.ExecutionContextList Property

Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Namespace: Microsoft.ConfigurationManagement.AdminConsole.AppManFoundation
Assembly: AdminUI.AppManFoundation (in AdminUI.AppManFoundation.dll)

Usage

'Usage
Dim value As List(Of ExecutionContext)

value = AppManUtilities.ExecutionContextList

Syntax

'Declaration
Public Shared ReadOnly Property ExecutionContextList As List(Of ExecutionContext)
public static List<ExecutionContext> ExecutionContextList { get; }
public:
static property List<ExecutionContext>^ ExecutionContextList {
    List<ExecutionContext>^ get ();
}
/** @property */
public static List<ExecutionContext> get_ExecutionContextList ()
public static function get ExecutionContextList () : List<ExecutionContext>

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

Reference

AppManUtilities Class
AppManUtilities Members
Microsoft.ConfigurationManagement.AdminConsole.AppManFoundation Namespace