Managed (WriteActionModuleType)
Applies To: System Center Service Manager 2010
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Represents the assembly and type information of a module type definition.
Schema Hierarchy
ManagementPack
TypeDefinitions
ModuleTypes
WriteActionModuleType
ModuleImplementation (WriteActionModuleType)
Managed
Syntax
<Managed> <Assembly>Assembly Name</Assembly> <Type>Type Name</Type>
</Managed>
Attributes and Elements
The following sections describe attributes, child elements, and the parent element of the Managed element.
Attributes
None.
Child Elements
Element | Description |
---|---|
Required element. Represents the assembly name in which a module type is defined. |
|
Required element. Represents the type name of a module type. |
Parent Elements
Element | Description |
---|---|
Defines the implementation type for native or managed module type definitions and defines the composite elements for composite module type definitions. |
Remarks
Currently, the creation of managed code modules is not supported. Instead, you can create composite modules by wrapping other native, managed, or composite modules. For more information about the structure of composite modules, see Composite (WriteActionModuleType).
See Also
Reference
Composite (WriteActionModuleType)
ModuleImplementation (WriteActionModuleType)