Gets or sets the display instance. 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 MonitoringObject

value = instance.DisplayInstance

instance.DisplayInstance = value

Syntax

Visual Basic
Property DisplayInstance As MonitoringObject
C#
MonitoringObject DisplayInstance { get; set; }
C++
property MonitoringObject^ DisplayInstance {
		MonitoringObject^ get ();
		void set (MonitoringObject^ value);
}
J#
/** @property */
MonitoringObject get_DisplayInstance ()

/** @property */
void set_DisplayInstance (MonitoringObject value)
JScript
function get DisplayInstance () : MonitoringObject

function set DisplayInstance (value : MonitoringObject)

Property Value

A MonitoringObject representing the display instance.

Remarks

A typical use of this property is the configuration of overrides in which the object is examined in the context of an instance. This is usually an instance of the targeted type or any of its derived types.

The DisplayInstance type can be null in not used.


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