ByteCollection.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.
Caution
The property is deprecated, please use Offset64 instead.
Gets the Offset address to be used while displaying the bytes in the collection.
public:
property System::UInt32 Offset { System::UInt32 get(); };
public:
property unsigned int Offset { unsigned int get(); };
public uint Offset { get; }
[System.Obsolete("The property is deprecated, please use Offset64 instead.", true)]
public uint Offset { get; }
member this.Offset : uint32
[<System.Obsolete("The property is deprecated, please use Offset64 instead.", true)>]
member this.Offset : uint32
Public ReadOnly Property Offset As UInteger
Property Value
- Attributes