Indicates the AssemblyDescription object for the resource assembly that is associated with the management class. Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As ManagementClassDescription
Dim value As AssemblyDescription

value = instance.resourceAssembly

instance.resourceAssembly = value

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