Share via


IFileDataRetriever.AbsoluteSourceFilePath Property

When overridden in a derived class, gets the absolute path to a file that is part of a replica.

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

Syntax

'Declaration
ReadOnly Property AbsoluteSourceFilePath As String
'Usage
Dim instance As IFileDataRetriever
Dim value As String

value = instance.AbsoluteSourceFilePath
string AbsoluteSourceFilePath { get; }
property String^ AbsoluteSourceFilePath {
    String^ get ();
}
/** @property */
String get_AbsoluteSourceFilePath ()
function get AbsoluteSourceFilePath () : String

Property Value

The absolute path to a file that is part of a replica.

Remarks

This method is not required. Throw an exception of type NotImplementedException if this method is not implemented.

See Also

Reference

IFileDataRetriever Interface
IFileDataRetriever Members
Microsoft.Synchronization.Files Namespace