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
Syntax
Visual Basic |
<XmlElementAttribute("ResourceAssembly", IsNullable:=False)> _
Public resourceAssembly As AssemblyDescription
|
C# |
[XmlElementAttribute("ResourceAssembly", IsNullable=false)]
public AssemblyDescription resourceAssembly
|
C++ |
[XmlElementAttribute(L"ResourceAssembly", IsNullable=false)]
public:
AssemblyDescription^ resourceAssembly
|
J# |
/** @attribute XmlElementAttribute("ResourceAssembly", IsNullable=false) */
public AssemblyDescription resourceAssembly
|
JScript |
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