Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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 Note |
|---|
To prevent information disclosure, the application must ensure that the the metadata storage directory is secured with the appropriate level of security permissions. |
Security Note