StreamWrapper.CanRead Property

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

This member overrides Stream.CanRead.

Namespace:  Microsoft.TeamFoundation.SourceControl.WebApi
Assembly:  Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)

Syntax

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

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

StreamWrapper Class

Microsoft.TeamFoundation.SourceControl.WebApi Namespace