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.
When overridden in a derived class, gets a Stream object that can be used to access the data in a file.
Namespace: Microsoft.Synchronization.Files
Assembly: Microsoft.Synchronization.Files (in Microsoft.Synchronization.Files.dll)
Syntax
'Declaration
ReadOnly Property FileStream As Stream
Get
'Usage
Dim instance As IFileDataRetriever
Dim value As Stream
value = instance.FileStream
Stream FileStream { get; }
property Stream^ FileStream {
Stream^ get ();
}
abstract FileStream : Stream
function get FileStream () : Stream
Property Value
Type: System.IO.Stream
A Stream object that can be used to access the file data.