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




Gets the length in bytes of the stream.

Syntax

Visual Basic (Declaration) 
Public Overrides ReadOnly Property Length As Long
Visual Basic (Usage)Copy Code
Dim instance As PipeStream
Dim value As Long
 
value = instance.Length
C# 
public override long Length {get;}
Managed Extensions for C++ 
public: __property long get_Length() override;
C++/CLI 
public:
property int64 Length {
   int64 get() override;
}

Property Value

A value indicating the length in bytes of the stream.

Remarks

Returns PipeStream.CoreStream.Length if not writing, and PipeStream.Position, if writing.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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