Gets or sets the application header's transaction revision for
the document that is related to this line item.
Namespace:
BargeExAssembly: BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)
Syntax
C# |
---|
public virtual string RelatedTransactionRevision { get; set; } |
Visual Basic (Declaration) |
---|
Public Overridable Property RelatedTransactionRevision As String |
Visual C++ |
---|
public: virtual property String^ RelatedTransactionRevision { String^ get (); void set (String^ value); } |
Property Value
The application header's transaction revision for the document that is related to this line item. The default is a null reference (Nothing in Visual Basic).Remarks
This property should be set to the application header's Revision property's value for the document (e.g. BargeStatus or BoatStatus) that is related to this line item.
The RelatedTransactionRevisionSpecified property indicates whether or not this property will be included in the serialized class or generated document. The RelatedTransactionRevisionSpecified property is automatically set to true when this property is set.