[This is preliminary documentation and is subject to change.]

Gets a value indicating whether the current stream supports writing.

Namespace: Tools.IOt
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public override bool CanWrite { get; }
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public Overrides ReadOnly Property CanWrite As Boolean
	Get
Visual C++
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
public:
virtual property bool CanWrite {
	bool get () override;
}
F#
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
abstract CanWrite : bool
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
override CanWrite : bool
JScript
override function get CanWrite () : boolean

Return Value

Always false

See Also