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 an AssemblyDescription object that represents the external assembly for the management class property.
Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)
Usage
'Usage
Dim instance As ManagementClassPropertyDescription
Dim value As AssemblyDescription
value = instance.externalAssembly
instance.externalAssembly = value
Syntax
'Declaration
<XmlElementAttribute("ExternalAssembly", IsNullable:=False)> _
Public externalAssembly As AssemblyDescription
[XmlElementAttribute("ExternalAssembly", IsNullable=false)]
public AssemblyDescription externalAssembly
[XmlElementAttribute(L"ExternalAssembly", IsNullable=false)]
public:
AssemblyDescription^ externalAssembly
/** @attribute XmlElementAttribute("ExternalAssembly", IsNullable=false) */
public AssemblyDescription externalAssembly
XmlElementAttribute("ExternalAssembly", IsNullable=false)
public var externalAssembly : AssemblyDescription
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also
Reference
ManagementClassPropertyDescription Class
ManagementClassPropertyDescription Members
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace
AssemblyDescription Class