Gets the module name.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public string ModuleName { get; }
Visual Basic (Declaration)
Public ReadOnly Property ModuleName As String
Visual C++
public:
property String^ ModuleName {
	String^ get ();
}

See Also