IAuthoringContext.DisplayInstance Property
Gets or sets the display instance.
Namespace: Microsoft.EnterpriseManagement.UI
Assembly: Microsoft.EnterpriseManagement.UI.Extensibility (in microsoft.enterprisemanagement.ui.extensibility.dll)
Usage
'Usage
Dim instance As IAuthoringContext
Dim value As MonitoringObject
value = instance.DisplayInstance
instance.DisplayInstance = value
Syntax
'Declaration
Property DisplayInstance As MonitoringObject
MonitoringObject DisplayInstance { get; set; }
property MonitoringObject^ DisplayInstance {
MonitoringObject^ get ();
void set (MonitoringObject^ value);
}
/** @property */
MonitoringObject get_DisplayInstance ()
/** @property */
void set_DisplayInstance (MonitoringObject value)
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
Reference
IAuthoringContext Interface
IAuthoringContext Members
Microsoft.EnterpriseManagement.UI Namespace