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
    Get
'Usage
Dim instance As FileSyncProvider
Dim value As String

value = instance.MetadataDirectoryPath
public string MetadataDirectoryPath { get; }
public:
property String^ MetadataDirectoryPath {
    String^ get ();
}
member MetadataDirectoryPath : string
function get MetadataDirectoryPath () : String

Property Value

Type: System.String
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

Microsoft.Synchronization.Files Namespace