PowerTCP Mail for .NET
Position Property
See Also  Send comments on this topic.
Dart.PowerTCP.Mail Namespace > SegmentedStream Class : Position Property




Gets or sets the position in the stream.

Syntax

Visual Basic (Declaration) 
Public Overrides Property Position As Long
Visual Basic (Usage)Copy Code
Dim instance As SegmentedStream
Dim value As Long
 
instance.Position = value
 
value = instance.Position
C# 
public override long Position {get; set;}
Managed Extensions for C++ 
public: __property long get_Position() override;
public: __property void set_Position( 
   long value
) override;
C++/CLI 
public:
property int64 Position {
   int64 get() override;
   void set (    int64 value) override;
}

Property Value

If a Tcp socket is the source of the stream, throws a NotSupportedException; otherwise returns the value of CoreStream.Position.

Remarks

Returns the value of CoreStream.Position. If a Tcp socket is the source of the stream, then a NotSupportedException is thrown.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 3.2
© 2010 Dart Communications. All Rights Reserved.