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 name of the metadata storage file.
Namespace: Microsoft.Synchronization.Files
Assembly: Microsoft.Synchronization.Files (in microsoft.synchronization.files.dll)
Syntax
'Declaration
Public ReadOnly Property MetadataFileName As String
'Usage
Dim instance As FileSyncProvider
Dim value As String
value = instance.MetadataFileName
public string MetadataFileName { get; }
public:
property String^ MetadataFileName {
String^ get ();
}
/** @property */
public String get_MetadataFileName ()
public function get MetadataFileName () : String
Property Value
The name of the metadata storage file.
See Also
Reference
FileSyncProvider Class
FileSyncProvider Members
Microsoft.Synchronization.Files Namespace