.NET Documentation
C#
VB
Show/Hide TOC
File
Info
Length Property
File length.
Definition
Namespace:
Aliquo.Core.Models
Assembly:
Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
Copy
public
long
Length
{
get
;
set
; }
VB
Copy
Public
Property
Length
As
Long
Get
Set
Property Value
Int64
See Also
Reference
FileInfo Class
Aliquo.Core.Models Namespace
In This Article
Definition
See Also