ModuleAttribute.Name Property

The name of the module.

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

Syntax

'Declaration
Public ReadOnly Property Name As String
'Usage
Dim instance As ModuleAttribute
Dim value As String

value = instance.Name
public string Name { get; }
public:
property String^ Name {
    String^ get ();
}
/** @property */
public String get_Name ()
public function get Name () : String

See Also

Reference

ModuleAttribute Class
ModuleAttribute Members
Microsoft.Practices.CompositeUI Namespace