ConsoleRootDescription.nodeAssemblyDescription Field

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

'Usage
Dim instance As ConsoleRootDescription
Dim value As AssemblyDescription

value = instance.nodeAssemblyDescription

instance.nodeAssemblyDescription = value

Syntax

'Declaration
<XmlElementAttribute("NodeAssembly", IsNullable:=False)> _
Public nodeAssemblyDescription As AssemblyDescription
[XmlElementAttribute("NodeAssembly", IsNullable=false)] 
public AssemblyDescription nodeAssemblyDescription
[XmlElementAttribute(L"NodeAssembly", IsNullable=false)] 
public:
AssemblyDescription^ nodeAssemblyDescription
/** @attribute XmlElementAttribute("NodeAssembly", IsNullable=false) */ 
public AssemblyDescription nodeAssemblyDescription
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

Reference

ConsoleRootDescription Class
ConsoleRootDescription Members
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace
AssemblyDescription Class