Share via


ModuleAttribute Class

Indicates that the assembly should be considered a named module using the provided name.

Namespace: Microsoft.Practices.CompositeUI
Assembly: Microsoft.Practices.CompositeUI (in microsoft.practices.compositeui.dll)

Syntax

'Declaration
<AttributeUsageAttribute(AttributeTargets.Assembly, AllowMultiple:=False)> _
Public NotInheritable Class ModuleAttribute
    Inherits Attribute
'Usage
Dim instance As ModuleAttribute
[AttributeUsageAttribute(AttributeTargets.Assembly, AllowMultiple=false)] 
public sealed class ModuleAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Assembly, AllowMultiple=false)] 
public ref class ModuleAttribute sealed : public Attribute
/** @attribute AttributeUsageAttribute(AttributeTargets.Assembly, AllowMultiple=false) */ 
public final class ModuleAttribute extends Attribute
AttributeUsageAttribute(AttributeTargets.Assembly, AllowMultiple=false) 
public final class ModuleAttribute extends Attribute

Inheritance Hierarchy

System.Object
   System.Attribute
    Microsoft.Practices.CompositeUI.ModuleAttribute

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ModuleAttribute Members
Microsoft.Practices.CompositeUI Namespace