Gets the position in the stream. Use of this property throws a
System.NotSupportedException.
'Declaration
Public Overrides Property Position As Long
'Usage
Dim instance As SessionStream
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 within the stream.