DevFileSystemWatcherPath Property
Gets or sets the path of the directory to watch.
Namespace: DevCase.Core.IO.FileSystemAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[IODescriptionAttribute("FSW_Path")]
[DefaultValueAttribute("")]
[SettingsBindableAttribute(true)]
[TypeConverterAttribute("System.Diagnostics.Design.StringValueConverter")]
public string Path { get; set; }
<IODescriptionAttribute("FSW_Path")>
<DefaultValueAttribute("")>
<SettingsBindableAttribute(true)>
<TypeConverterAttribute("System.Diagnostics.Design.StringValueConverter")>
Public Property Path As String
Get
Set
Dim instance As DevFileSystemWatcher
Dim value As String
value = instance.Path
instance.Path = value
public:
[IODescriptionAttribute(L"FSW_Path")]
[DefaultValueAttribute(L"")]
[SettingsBindableAttribute(true)]
[TypeConverterAttribute(L"System.Diagnostics.Design.StringValueConverter")]
property String^ Path {
String^ get ();
void set (String^ value);
}
[<IODescriptionAttribute("FSW_Path")>]
[<DefaultValueAttribute("")>]
[<SettingsBindableAttribute(true)>]
[<TypeConverterAttribute("System.Diagnostics.Design.StringValueConverter")>]
member Path : string with get, set
No code example is currently available or this language may not be supported.
Property Value
String
The path of the directory to watch.