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
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