Share via


FileSyncProvider.MetadataDirectoryPath Property

Gets the absolute path to the metadata storage file.

Namespace: Microsoft.Synchronization.Files
Assembly: Microsoft.Synchronization.Files (in microsoft.synchronization.files.dll)

Syntax

'Declaration
Public ReadOnly Property MetadataDirectoryPath As String
'Usage
Dim instance As FileSyncProvider
Dim value As String

value = instance.MetadataDirectoryPath
public string MetadataDirectoryPath { get; }
public:
property String^ MetadataDirectoryPath {
    String^ get ();
}
/** @property */
public String get_MetadataDirectoryPath ()
public function get MetadataDirectoryPath () : String

Property Value

The absolute path to the metadata storage file.

Remarks

Security noteSecurity Note

To prevent information disclosure, the application must ensure that the the metadata storage directory is secured with the appropriate level of security permissions.

See Also

Reference

FileSyncProvider Class
FileSyncProvider Members
Microsoft.Synchronization.Files Namespace