Gets or sets the repository ninject module type.

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

Syntax

C#
public Type RepositoryNinjectModuleType { get; set; }
Visual Basic
Public Property RepositoryNinjectModuleType As Type
	Get
	Set
Visual C++
public:
property Type^ RepositoryNinjectModuleType {
	Type^ get ();
	void set (Type^ value);
}
F#
member RepositoryNinjectModuleType : Type with get, set

Property Value

Type: Type

See Also