Ab1DirectoryEntryDataOffset Property |
Number of bytes in the file this entry is offset. This is only valid for
items of size greater than 4 bytes.
Namespace: Bio.IO.AppliedBiosystemsAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntaxpublic int DataOffset { get; set; }
Public Property DataOffset As Integer
Get
Set
public:
property int DataOffset {
int get ();
void set (int value);
}
member DataOffset : int with get, set
Property Value
Type:
Int32
See Also