|
FileBlockReaderWatchDirectory Property
|
Gets or sets the path to the directory to be watched for files.
Namespace: FileAdaptersAssembly: FileAdapters (in FileAdapters.dll) Version: 2.4.207-beta
Syntax [ConnectionStringParameterAttribute]
[CustomConfigurationEditorAttribute(typeof(FolderBrowserEditor), null)]
public string WatchDirectory { get; set; }
<ConnectionStringParameterAttribute>
<CustomConfigurationEditorAttribute(GetType(FolderBrowserEditor), Nothing)>
Public Property WatchDirectory As String
Get
Set
public:
[ConnectionStringParameterAttribute]
[CustomConfigurationEditorAttribute(typeof(FolderBrowserEditor), nullptr)]
property String^ WatchDirectory {
String^ get ();
void set (String^ value);
}
[<ConnectionStringParameterAttribute>]
[<CustomConfigurationEditorAttribute(typeof(FolderBrowserEditor), null)>]
member WatchDirectory : string with get, set
function get_WatchDirectory();
function set_WatchDirectory(value);
View SourceProperty Value
StringSee Also