FormatHex.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 or sets offset of bytes to start reading the input stream from.
[System.Management.Automation.Parameter]
[System.Management.Automation.ValidateRange(System.Management.Automation.ValidateRangeKind.NonNegative)]
public long Offset { get; set; }
[<System.Management.Automation.Parameter>]
[<System.Management.Automation.ValidateRange(System.Management.Automation.ValidateRangeKind.NonNegative)>]
member this.Offset : int64 with get, set
Public Property Offset As Long
Property Value
- Attributes