Defines the different modes in which a context object can be used. Namespace: Microsoft.EnterpriseManagement.UI
Assembly: Microsoft.EnterpriseManagement.UI.Extensibility (in microsoft.enterprisemanagement.ui.extensibility.dll)

Usage

Visual Basic
Dim instance As ContextUsageMode

Syntax

Visual Basic
Public Enumeration ContextUsageMode
C#
public enum ContextUsageMode
C++
public enum class ContextUsageMode
J#
public enum ContextUsageMode
JScript
public enum ContextUsageMode

Members

Member name Description
Creation The context object is being created.
None The context usage mode is not available or not relevant.
Update The context object is being updated.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP

See Also