Gets or sets the type of change to watch for.
[Visual Basic] Public Property ChangeType As WatcherChangeTypes [C#] public WatcherChangeTypes ChangeType {get; set;} [C++] public: __property WatcherChangeTypes get_ChangeType(); public: __property void set_ChangeType(WatcherChangeTypes); [JScript] public function get ChangeType() : WatcherChangeTypes; public function set ChangeType(WatcherChangeTypes);
One of the WatcherChangeTypes values.
WaitForChangedResult Structure | WaitForChangedResult Members | System.IO Namespace | WatcherChangeTypes