Information detailing the operational characteristics of a single view assembly, in Configuration Manager 2007, represented by a ViewAssemblyDescription XML element. Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As ViewAssemblyDescription

Syntax

Visual Basic
<SerializableAttribute> _
<XmlRootAttribute("ViewAssemblyDescription", IsNullable:=False)> _
Public Class ViewAssemblyDescription
		Inherits AssemblyDescription
C#
[SerializableAttribute] 
[XmlRootAttribute("ViewAssemblyDescription", IsNullable=false)] 
public class ViewAssemblyDescription : AssemblyDescription
C++
[SerializableAttribute] 
[XmlRootAttribute(L"ViewAssemblyDescription", IsNullable=false)] 
public ref class ViewAssemblyDescription : public AssemblyDescription
J#
/** @attribute SerializableAttribute() */ 
/** @attribute XmlRootAttribute("ViewAssemblyDescription", IsNullable=false) */ 
public class ViewAssemblyDescription extends AssemblyDescription
JScript
SerializableAttribute 
XmlRootAttribute("ViewAssemblyDescription", IsNullable=false) 
public class ViewAssemblyDescription extends AssemblyDescription

Example

The following example shows the use of the ViewAssemblyDescription XML element:

  Copy Code
  <ViewAssemblyDescription>
	<Assembly>AdminUI.ConsoleStartPage.dll</Assembly>
	<Type>Microsoft.ConfigurationManagement.AdminConsole.ConsoleStartPage.StartPageViewDescription</Type>
  </ViewAssemblyDescription>

Inheritance Hierarchy

System.Object
   Microsoft.ConfigurationManagement.AdminConsole.Schema.AssemblyDescription
    Microsoft.ConfigurationManagement.AdminConsole.Schema.ViewAssemblyDescription

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