  | DfsOutputStreamCanSeek Property  | 
 
            Gets a value that indicates whether the current stream supports seeking.
            
 
    Namespace: 
   Ookii.Jumbo.Dfs
    Assembly:
   Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 2.0.0
Syntaxpublic override bool CanSeek { get; }Public Overrides ReadOnly Property CanSeek As Boolean
	Get
public:
virtual property bool CanSeek {
	bool get () override;
}abstract CanSeek : bool with get
override CanSeek : bool with get
Property Value
Type: 
Boolean
            Returns 
.
            
See Also