Gets or sets the type of the change.
Namespace: Composite.Core.IOAssembly: Composite (in Composite.dll) Version: 3.2.4497.34829
Syntax
| C# |
|---|
public WatcherChangeTypes ChangeType { get; set; } |
| Visual Basic |
|---|
Public Property ChangeType As WatcherChangeTypes Get Set |
| Visual C++ |
|---|
public: property WatcherChangeTypes ChangeType { WatcherChangeTypes get (); void set (WatcherChangeTypes value); } |