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.OldName

Gets or sets the original name of the file or subdirectory that has been renamed.

[Visual Basic]
Public Property OldName As String
[C#]
public string OldName {get; set;}
[C++]
public: __property String* get_OldName();
public: __property void set_OldName(String*);
[JScript]
public function get OldName() : String;
public function set OldName(String);

Property Value

The original name of the file or subdirectory that has been renamed.

See Also

WaitForChangedResult Structure | WaitForChangedResult Members | System.IO Namespace