Returns the offset passed in on the constructor, or the Length of the byte array if the two argument constructor was used.
Namespace: IBM.Broker.Plugin.ConnectorAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
public long Offset { get; }
public long Offset { get; }
Public ReadOnly Property Offset As Long
Get
Public ReadOnly Property Offset As Long
Get
public:
virtual property long long Offset {
long long get () sealed;
}
public:
virtual property long long Offset {
long long get () sealed;
}
abstract Offset : int64 with get
override Offset : int64 with get
abstract Offset : int64 with get
override Offset : int64 with get
Property Value
Type:
Int64The provided offset or the Length of the byte array.