Gets the file total bytes

Namespace:  IpernityNET
Assembly:  IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)

Syntax

C#
public long TotalBytes { get; internal set; }
Visual Basic (Declaration)
Public Property TotalBytes As Long
Visual C++
public:
property long long TotalBytes {
	long long get ();
	void set (long long value);
}

See Also