Overlapped.OffsetHigh Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets or sets the high-order word of the file position at which to start the transfer. The file position is a byte offset from the start of the file.

Namespace:  System.Threading
Assembly:  mscorlib (in mscorlib.dll)

Syntax

Public Property OffsetHigh As Integer
public int OffsetHigh { get; set; }

Property Value

Type: System..::.Int32
An Int32 value representing the high word of the file position.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

Overlapped Class

System.Threading Namespace