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#
long Length { get; }
Visual Basic
ReadOnly Property Length As Long
	Get
Visual C++
property long long Length {
	long long get ();
}

Collapse imageSee Also