Gets the current file length if specified by the sender.
Namespace:
Rebex.TerminalEmulation
Assembly:
Rebex.Terminal (in Rebex.Terminal.dll)
Syntax
Visual Basic |
---|
Public Property Length As Nullable(Of Long) Get Private Set |
C# |
---|
public Nullable<long> Length { get; private set; } |