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 absolute path where temporary files will be stored.
Namespace: Microsoft.Synchronization.Files
Assembly: Microsoft.Synchronization.Files (in microsoft.synchronization.files.dll)
Syntax
'Declaration
Public ReadOnly Property TempDirectoryPath As String
'Usage
Dim instance As FileSyncProvider
Dim value As String
value = instance.TempDirectoryPath
public string TempDirectoryPath { get; }
public:
property String^ TempDirectoryPath {
String^ get ();
}
/** @property */
public String get_TempDirectoryPath ()
public function get TempDirectoryPath () : String
Property Value
The absolute path where temporary files will be stored.
Remarks
![]() |
---|
To prevent information disclosure, the application must ensure that the the temporary file directory is secured with the appropriate level of security permissions. |
See Also
Reference
FileSyncProvider Class
FileSyncProvider Members
Microsoft.Synchronization.Files Namespace