|
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.258-beta+f8b6aa3dbfe0b4cc2b0b0760dd5d2a3dd4f59d09
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