Dart.Ftp Namespace > BaseStream Class : Position Property |
Public Overrides Property Position As Long
Dim instance As BaseStream Dim value As Long instance.Position = value value = instance.Position
public override long Position {get; set;}
Exception | Description |
---|---|
System.NotSupportedException | The Stream does not support setting the Position to any value except 0. |
If the Stream is a CodingStream or a MessageStream or a Stream derived from CodingStream or MessageStream, this property can only be set to 0. Setting the property to any other value results in a NotSupportedException.