Gets or sets the byte offset relative to
Origin.
Syntax
Visual Basic (Declaration) | |
---|
Public Property Offset As Long |
C# | |
---|
public long Offset {get; set;} |
Managed Extensions for C++ | |
---|
public: __property long get_Offset();
public: __property void set_Offset(
long value
); |
Return Value
The byte offset relative to
Origin this seek operation should move. After the seek operation is done.
This property should updated with the new offset value.
Example
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also