Share via


CanWrite Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets a value indicating whether the current stream supports writing.

Namespace:  Microsoft.SPOT.Hardware.UsbClient
Assembly:  Microsoft.SPOT.Hardware.Usb (in Microsoft.SPOT.Hardware.Usb.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property CanWrite As Boolean
public override bool CanWrite { get; }
public:
virtual property bool CanWrite {
    bool get () override;
}
abstract CanWrite : bool
override CanWrite : bool
override function get CanWrite () : boolean

Property Value

Type: System. . :: . .Boolean
true if the stream supports writing; otherwise, false.

.NET Framework Security

See Also

Reference

UsbStream Class

Microsoft.SPOT.Hardware.UsbClient Namespace