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 where the string resources should be retrieved for this node. The string resource assembly, type, and name is stored in an AssemblyDescription object.
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.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
RootNodeDescription Class
RootNodeDescription Members
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace
AssemblyDescription Class