Share via


ModuleInfo.ModuleType Property

Gets or sets the module Type's AssemblyQualifiedName.

Namespace:  Microsoft.Practices.Prism.Modularity
Assembly:  Microsoft.Practices.Prism (in Microsoft.Practices.Prism.dll)

Syntax

public string ModuleType { get; set; }
'Declaration
Public Property ModuleType As String
    Get
    Set

Field Value

The type of the module.

See Also

ModuleInfo Class

Microsoft.Practices.Prism.Modularity Namespace