Gets or sets the context object that is the parent of this context object. Namespace: Microsoft.EnterpriseManagement.UI
Assembly: Microsoft.EnterpriseManagement.UI.Extensibility (in microsoft.enterprisemanagement.ui.extensibility.dll)

Usage

Visual Basic
Dim instance As IAuthoringContext
Dim value As IAuthoringContext

value = instance.ParentContext

instance.ParentContext = value

Syntax

Visual Basic
Property ParentContext As IAuthoringContext
C#
IAuthoringContext ParentContext { get; set; }
C++
property IAuthoringContext^ ParentContext {
		IAuthoringContext^ get ();
		void set (IAuthoringContext^ value);
}
J#
/** @property */
IAuthoringContext get_ParentContext ()

/** @property */
void set_ParentContext (IAuthoringContext value)
JScript
function get ParentContext () : IAuthoringContext

function set ParentContext (value : IAuthoringContext)

Property Value

An IAuthoringContext object.

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 Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

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

See Also