Auto register part path (Automatically register all parts inside that path).

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

Syntax

C#
public virtual string[] AutoRegisterPath { get; set; }
Visual Basic
Public Overridable Property AutoRegisterPath As String()
	Get
	Set
Visual C++
public:
virtual property array<String^>^ AutoRegisterPath {
	array<String^>^ get ();
	void set (array<String^>^ value);
}
F#
abstract AutoRegisterPath : string[] with get, set
override AutoRegisterPath : string[] with get, set

Property Value

Type: array<String>[]()[][]

See Also