Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates the AssemblyDescription object that is associated with the resource assembly for 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.resourceAssembly
instance.resourceAssembly = value
Syntax
'Declaration
<XmlElementAttribute("ResourceAssembly", IsNullable:=False)> _
Public resourceAssembly As AssemblyDescription
[XmlElementAttribute("ResourceAssembly", IsNullable=false)]
public AssemblyDescription resourceAssembly
[XmlElementAttribute(L"ResourceAssembly", IsNullable=false)]
public:
AssemblyDescription^ resourceAssembly
/** @attribute XmlElementAttribute("ResourceAssembly", IsNullable=false) */
public AssemblyDescription resourceAssembly
XmlElementAttribute("ResourceAssembly", IsNullable=false)
public var resourceAssembly : 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