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