Gets the current position of this stream (how many bytes have been read or written).
Public Overrides Property Position As Long
Dim instance As UtilityStream
Dim value As Long
instance.Position = value
value = instance.Position
public override long Position {get; set;}
public: __property long get_Position() override;
public: __property void set_Position(
long value
) override;
public:
property int64 Position {
int64 get() override;
void set ( int64 value) override;
}
Property Value
The current position of this stream.