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




Indicates that data can be written to the stream.

Syntax

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

Property Value

true if the stream can be written to; otherwise, false.

Remarks

If the stream is closed, this property returns false.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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