When overridden in a derived class, gets a value indicating whether the current stream supports seeking.
        Namespace:
Contracts
        
Assembly: Contracts (in Contracts.dll)
	
		
	
	
	
				
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
				
				
				
					
				
					
			
		
		
			
	
			
		
		
		
		
	
	
  
	
	
	
	
	
	
		
  
	
	
						
			
			Assembly: Contracts (in Contracts.dll)
Public ReadOnly Overrides Property CanSeek() As Boolean
This language is not supported or no code example is available.
public override bool CanSeek {get;}
This language is not supported or no code example is available.
Property Value
Type: booltrue if the stream supports seeking; otherwise, false.