Gets the length of the file in bytes.

Namespace: W3CValidationTasks.Core
Assembly: W3CValidationTasks.Core (in W3CValidationTasks.Core.dll) Version: 1.1.1.40

Collapse imageSyntax

C#
public long Length { get; }
Visual Basic
Public ReadOnly Property Length As Long
	Get
Visual C++
public:
virtual property long long Length {
	long long get () sealed;
}

Implements

IFileInfo..::..Length

Collapse imageSee Also