IRandomAccessStream.CanRead Property

Definition

Gets a value that indicates whether the stream can be read from.

public:
 property bool CanRead { bool get(); };
bool CanRead();
public bool CanRead { get; }
var boolean = iRandomAccessStream.canRead;
Public ReadOnly Property CanRead As Boolean

Property Value

Boolean

bool

True if the stream can be read from. Otherwise, false.

Applies to