Gets or sets a value indicating the Stream for action storing. If Stream == NULL the action will be stored in the memory.
Syntax
'Declaration
Public Property Stream As Stream
'Usage
Dim instance As ImGearARTHistory
Dim value As Stream
instance.Stream = value
value = instance.Stream
public Stream Stream {get; set;}
public: __property Stream* get_Stream();
public: __property void set_Stream(
Stream* value
);
public:
property Stream^ Stream {
Stream^ get();
void set ( Stream^ value);
}
Property Value
Stream value.
See Also