NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

WaitForChangedResult.ChangeType

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);

Property Value

One of the WatcherChangeTypes values.

See Also

WaitForChangedResult Structure | WaitForChangedResult Members | System.IO Namespace | WatcherChangeTypes