Indicates the view to be displayed when the node is active. The view assembly description is stored in a System.Collections.Generic.List object that represents ViewAssemblyDescription objects. Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As RootNodeDescription
Dim value As List(Of ViewAssemblyDescription)

value = instance.viewAssemblyDescription

instance.viewAssemblyDescription = value

Syntax

Visual Basic
<XmlArrayAttribute("ViewAssemblyDescriptions", IsNullable:=False)> _
Public viewAssemblyDescription As List(Of ViewAssemblyDescription)
C#
[XmlArrayAttribute("ViewAssemblyDescriptions", IsNullable=false)] 
public List<ViewAssemblyDescription> viewAssemblyDescription
C++
[XmlArrayAttribute(L"ViewAssemblyDescriptions", IsNullable=false)] 
public:
List<ViewAssemblyDescription^>^ viewAssemblyDescription
J#
/** @attribute XmlArrayAttribute("ViewAssemblyDescriptions", IsNullable=false) */ 
public List<ViewAssemblyDescription> viewAssemblyDescription
JScript
XmlArrayAttribute("ViewAssemblyDescriptions", IsNullable=false) 
public var viewAssemblyDescription : List<ViewAssemblyDescription>

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also