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




Indicates that the stream can seek a specific location in the stream.

Syntax

Visual Basic (Declaration) 
Public Overrides ReadOnly Property CanSeek As Boolean
Visual Basic (Usage)Copy Code
Dim instance As SegmentedStream
Dim value As Boolean
 
value = instance.CanSeek
C# 
public override bool CanSeek {get;}
Managed Extensions for C++ 
public: __property bool get_CanSeek() override;
C++/CLI 
public:
property bool CanSeek {
   bool get() override;
}

Property Value

true is the stream supports seeking; otherwise false.

Remarks

This property always returns false.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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