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)

property Stream^ FileStream {
	Stream^ get ();
}

Property Value

Type: System.IO::Stream
A Stream object that can be used to access the file data.
Show: