Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the path of the folder that is about to be analyzed during change detection, relative to the root directory.
Namespace: Microsoft.Synchronization.Files
Assembly: Microsoft.Synchronization.Files (in microsoft.synchronization.files.dll)
Syntax
'Declaration
Public ReadOnly Property DirectoryPath As String
'Usage
Dim instance As DetectingChangesEventArgs
Dim value As String
value = instance.DirectoryPath
public string DirectoryPath { get; }
public:
property String^ DirectoryPath {
String^ get ();
}
/** @property */
public String get_DirectoryPath ()
public function get DirectoryPath () : String
Property Value
The path of the folder that is about to be analyzed during change detection, relative to the root directory.
See Also
Reference
DetectingChangesEventArgs Class
DetectingChangesEventArgs Members
Microsoft.Synchronization.Files Namespace