Dart.PowerTCP.EmailValidation Namespace > SegmentedStream Class : Position Property (SegmentedStream) |
Gets or sets the position in the stream.
[Visual Basic]
Overrides Public Property Position As Long
[C#]
public override long Position {get; set;}
[C++]
public: __property long get_Position()override ;
public: __property void set_Position(
long value
)override ;
[C++/CLI]
public:
property long long Position override {
long long get();
void set (long long value);
}
Returns the value of CoreStream.Position. If a Tcp socket is the source of the stream, then a NotSupportedException is thrown.
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
SegmentedStream Class | SegmentedStream Members
Send comments on this topic.
Documentation version 1.0.3.0.
© 2008 Dart Communications. All rights reserved.