Indicates a System.Collections.Generic.List object that represents
ViewAssemblyDescription objects for view assemblies that are
associated with the nodes root.
Namespace:
Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly:
Microsoft.ConfigurationManagement.ManagementProvider (in
microsoft.configurationmanagement.managementprovider.dll)
Usage
Syntax
Visual Basic |
<XmlArrayAttribute("ViewAssembly", IsNullable:=False)> _
Public viewAssemblyDescription As List(Of ViewAssemblyDescription)
|
C# |
[XmlArrayAttribute("ViewAssembly", IsNullable=false)]
public List<ViewAssemblyDescription> viewAssemblyDescription
|
C++ |
[XmlArrayAttribute(L"ViewAssembly", IsNullable=false)]
public:
List<ViewAssemblyDescription^>^ viewAssemblyDescription
|
J# |
/** @attribute XmlArrayAttribute("ViewAssembly", IsNullable=false) */
public List<ViewAssemblyDescription> viewAssemblyDescription
|
JScript |
XmlArrayAttribute("ViewAssembly", IsNullable=false)
public var viewAssemblyDescription : List<ViewAssemblyDescription>
|
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also