FileSystemWatcherQueuedPath Property  | 
IT Hit User File System 
            Gets or sets the path of the directory to watch.
            
 
    Namespace: 
   ITHit.FileSystem
    Assembly:
   ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 9.0.29552.0
Syntaxpublic string Path { get; set; }Public Property Path As String
	Get
	Set
public:
property String^ Path {
	String^ get ();
	void set (String^ value);
}member Path : string with get, set
Property Value
Type: 
String
See Also