[This is preliminary documentation and is subject to change.]

Remote file size. Useful for a progress indicator.

Namespace: Tools.TotalCommanderT
Assembly: Tools.TotalCommander (in Tools.TotalCommander.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
[CLSCompliantAttribute(false)]
public ulong Size { get; set; }
Visual Basic
<CLSCompliantAttribute(False)> _
Public Property Size As ULong
	Get
	Set
Visual C++
[CLSCompliantAttribute(false)]
public:
property unsigned long long Size {
	unsigned long long get ();
	void set (unsigned long long value);
}
F#
[<CLSCompliantAttribute(false)>]
member Size : uint64 with get, set
JScript
function get Size () : ulong
function set Size (value : ulong)

Remarks

This property is not CLS-compliant. CLS-compliant alternative is to use SetSize(Int64) and GetSize()()()().

See Also