Share via


IFileDataRetriever.FileStream Property

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
'Usage
Dim instance As IFileDataRetriever
Dim value As Stream

value = instance.FileStream
Stream FileStream { get; }
property Stream^ FileStream {
    Stream^ get ();
}
/** @property */
Stream get_FileStream ()
function get FileStream () : Stream

Property Value

A Stream object that can be used to access the file data.

See Also

Reference

IFileDataRetriever Interface
IFileDataRetriever Members
Microsoft.Synchronization.Files Namespace