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 string resources that are retrieved for this action. The resource name, assembly, and type information are stored in an AssemblyDescription object.
Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)
Usage
'Usage
Dim instance As ActionDescription
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
ActionDescription Class
ActionDescription Members
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace
AssemblyDescription