In This Topic
Gets or sets the stream of the blip.
Syntax
'Declaration
Public Property Stream As Stream
'Usage
Dim instance As Blip
Dim value As Stream
instance.Stream = value
value = instance.Stream
public Stream Stream {get; set;}
Property Value
The stream.
See Also