Gets the module's name. Only a single module with a given name can be loaded at one time.

Namespace: MonoSoftware.MonoX.DependencyInjection.Modules
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public override string Name { get; }
Visual Basic
Public Overrides ReadOnly Property Name As String
	Get
Visual C++
public:
virtual property String^ Name {
	String^ get () override;
}
F#
abstract Name : string with get
override Name : string with get

Property Value

Type: String

Implements

INinjectModuleName

See Also