SendPacketsElement.Offset Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the offset, in bytes, from the beginning of the data buffer or file to the location in the buffer or file to start sending the data.
public:
property int Offset { int get(); };
public int Offset { get; }
member this.Offset : int
Public ReadOnly Property Offset As Integer
Property Value
The offset, in bytes, from the beginning of the data buffer or file to the location in the buffer or file to start sending the data.
Remarks
The default value for the Offset property is zero if the SendPacketsElement class was not initialized with an offset
parameter.
If OffsetLong is greater than MaxValue, Offset will throw a OverflowException when you try to access it.