Represents a view description base for the Configuration Manager 2007 console. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim instance As ViewDescriptionBase

Syntax

Visual Basic
Public MustInherit Class ViewDescriptionBase
		Implements IConsoleView
C#
public abstract class ViewDescriptionBase : IConsoleView
C++
public ref class ViewDescriptionBase abstract : IConsoleView
J#
public abstract class ViewDescriptionBase implements IConsoleView
JScript
public abstract class ViewDescriptionBase implements IConsoleView

Inheritance Hierarchy

System.Object
  Microsoft.ConfigurationManagement.AdminConsole.ViewDescriptionBase

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 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also