|
FileProcessorTrackedDirectories Property
|
Gets the list of directories currently being tracked by the
FileProcessor.
Namespace: GSF.IOAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.260-beta+dcb224c2c063d13b940ff73569ed74de55e231c9
Syntaxpublic IList<string> TrackedDirectories { get; }Public ReadOnly Property TrackedDirectories As IList(Of String)
Get
public:
property IList<String^>^ TrackedDirectories {
IList<String^>^ get ();
}member TrackedDirectories : IList<string> with get
function get_TrackedDirectories();
View SourceProperty Value
IListString
See Also