Path to watch.

Namespace: Composite.Core.IO.Plugins.IOProvider
Assembly: Composite (in Composite.dll) Version: 5.3.6135.33083

Syntax

C#
string Path { get; set; }
Visual Basic
Property Path As String
	Get
	Set
Visual C++
property String^ Path {
	String^ get ();
	void set (String^ value);
}

See Also