Indicates the AssemblyDescription object that is associated with the console root. Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As ConsoleRootDescription
Dim value As AssemblyDescription

value = instance.nodeAssemblyDescription

instance.nodeAssemblyDescription = value

Syntax

Visual Basic
<XmlElementAttribute("NodeAssembly", IsNullable:=False)> _
Public nodeAssemblyDescription As AssemblyDescription
C#
[XmlElementAttribute("NodeAssembly", IsNullable=false)] 
public AssemblyDescription nodeAssemblyDescription
C++
[XmlElementAttribute(L"NodeAssembly", IsNullable=false)] 
public:
AssemblyDescription^ nodeAssemblyDescription
J#
/** @attribute XmlElementAttribute("NodeAssembly", IsNullable=false) */ 
public AssemblyDescription nodeAssemblyDescription
JScript
XmlElementAttribute("NodeAssembly", IsNullable=false) 
public var nodeAssemblyDescription : AssemblyDescription

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also