Gets the data of the chunk.
Public Property Stream As Stream
Dim instance As Chunk
Dim value As Stream
instance.Stream = value
value = instance.Stream
public Stream Stream {get; set;}
public:
property Stream^ Stream {
Stream^ get();
void set ( Stream^ value);
}
Property Value
Data of the chunk in a stream.
Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family