[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Represents the type information of a managed module type definition.

Schema Hierarchy

ManagementPack
  TypeDefinitions
    ModuleTypes
      WriteActionModuleType
        ModuleImplementation (WriteActionModuleType)
          Managed (WriteActionModuleType)
            Type

Syntax

Xml
<Type>Assembly type name</Type>

Attributes and Elements

The following sections describe attributes, child elements, and the parent element of the Type element.

Attributes

None.

Child Elements

None.

Parent Elements

Element Description

Managed (WriteActionModuleType)

Represents the assembly and type information of a managed module type definition.

See Also