Visual Basic (Declaration) | |
---|---|
Public Property Offset As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As AnnCodecsInformation Dim value As Integer instance.Offset = value value = instance.Offset |
C# | |
---|---|
public int Offset {get; set;} |
Property Value
An integer value that specifies the position of the first byte to load.This must be set before passing this class to the LEAD functions. Typically, this is set to 0.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7