'Declaration Public Overrides ReadOnly Property CanRead As Boolean
public override bool CanRead { get; }
public: __property bool get_CanRead(); override;
Return Value
true - if the stream supports reading; false - if the stream is closed or was opened with write-only access.