Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Usage
Dim instance As RootNodeDescription
Dim value As List(Of ViewAssemblyDescription)
value = instance.viewAssemblyDescription
instance.viewAssemblyDescription = value
Syntax
'Declaration
<XmlArrayAttribute("ViewAssemblyDescriptions", IsNullable:=False)> _
Public viewAssemblyDescription As List(Of ViewAssemblyDescription)
[XmlArrayAttribute("ViewAssemblyDescriptions", IsNullable=false)]
public List<ViewAssemblyDescription> viewAssemblyDescription
[XmlArrayAttribute(L"ViewAssemblyDescriptions", IsNullable=false)]
public:
List<ViewAssemblyDescription^>^ viewAssemblyDescription
/** @attribute XmlArrayAttribute("ViewAssemblyDescriptions", IsNullable=false) */
public List<ViewAssemblyDescription> viewAssemblyDescription
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
Reference
RootNodeDescription Class
RootNodeDescription Members
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace
ViewAssemblyDescription