Gets or sets the offset in bytes for the start of the code stream.
public long Offset {get; set;}
'Declaration
Public Property Offset As Long
'Usage
Dim instance As Fragment
Dim value As Long
instance.Offset = value
value = instance.Offset
public:
property int64 Offset {
int64 get();
void set ( int64 value);
}
Property Value
Code stream start offset in bytes relative to the URL file start.