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

Low DWORD of 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 uint SizeLow { get; set; }
Visual Basic
<CLSCompliantAttribute(False)> _
Public Property SizeLow As UInteger
	Get
	Set
Visual C++
[CLSCompliantAttribute(false)]
public:
property unsigned int SizeLow {
	unsigned int get ();
	void set (unsigned int value);
}
F#
[<CLSCompliantAttribute(false)>]
member SizeLow : uint32 with get, set
JScript
function get SizeLow () : uint
function set SizeLow (value : uint)

Remarks

This property is not CLS-compliat. CLS-compliant alternative is to use SetSizeLow(Int64) and GetSizeLow()()()().

See Also