Gets or sets offset from starting position zero of the location within a document where the error occurred.

Namespace:  BargeEx
Assembly:  BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)

Syntax

C#
public virtual decimal Offset { get; set; }
Visual Basic (Declaration)
Public Overridable Property Offset As Decimal
Visual C++
public:
virtual property Decimal Offset {
	Decimal get ();
	void set (Decimal value);
}

Property Value

The offset from starting position zero of the location within a document where the error occurred. The default is 0.

Remarks

This property is equivalent to the Offset primitive (P13_5) in the Acknowledgment Error Block_1 (B53_1).

The units for this offset value are specified by the OffsetUnitCode property.

The OffsetSpecified property indicates whether or not this property will be included in the serialized class or generated document. The OffsetSpecified property is automatically set to true when this property is set.

See Also