Namespace: MonoSoftware.LLBLGen
Assembly: MonoSoftware.LLBLGen (in MonoSoftware.LLBLGen.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

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

Property Value

Type: PrefetchPath2

See Also