Udostępnij za pośrednictwem


RootNodeDescription.nodeAssemblyDescription Field

Indicates the AssemblyDescription object that is associated with the root node. It can be used by developers who want to override the Configuration Manager 2007 implementation with their own.

Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

'Usage
Dim instance As RootNodeDescription
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

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