Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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
Get
'Usage
Dim instance As IFileDataRetriever
Dim value As String
value = instance.AbsoluteSourceFilePath
string AbsoluteSourceFilePath { get; }
property String^ AbsoluteSourceFilePath {
String^ get ();
}
abstract AbsoluteSourceFilePath : string
function get AbsoluteSourceFilePath () : String
Property Value
Type: System.String
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.