Gets or sets the application header's transaction identifier 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 RelatedTransactionIdentifier { get; set; } |
Visual Basic (Declaration) |
---|
Public Overridable Property RelatedTransactionIdentifier As String |
Visual C++ |
---|
public: virtual property String^ RelatedTransactionIdentifier { String^ get (); void set (String^ value); } |
Property Value
The application header's transaction identifier for the 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 TransactionIdentifier property's value for the document (e.g. BargeStatus or BoatStatus) that is related to this line item.
The RelatedTransactionIdentifierSpecified property indicates whether or not this property will be included in the serialized class or generated document. The RelatedTransactionIdentifierSpecified property is automatically set to true when this property is set.