Gets or sets the display type. 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 ManagementPackClass

value = instance.DisplayType

instance.DisplayType = value

Syntax

Visual Basic
Property DisplayType As ManagementPackClass
C#
ManagementPackClass DisplayType { get; set; }
C++
property ManagementPackClass^ DisplayType {
		ManagementPackClass^ get ();
		void set (ManagementPackClass^ value);
}
J#
/** @property */
ManagementPackClass get_DisplayType ()

/** @property */
void set_DisplayType (ManagementPackClass value)
JScript
function get DisplayType () : ManagementPackClass

function set DisplayType (value : ManagementPackClass)

Property Value

A ManagementPackClass representing the display type.

Remarks

A typical use of this property is the configuration of overrides in which the type being referenced might be different from the target and is usually a derived type of the target type.

The DisplayType 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