Gets or sets the transaction identifier for the primary clean or repair
Barge Status document which is related to this secondary clean or repair
Barge Status document.
Namespace:
BargeExAssembly: BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)
Syntax
C# |
---|
public virtual string PrimaryTransactionIdentifier { get; set; } |
Visual Basic (Declaration) |
---|
Public Overridable Property PrimaryTransactionIdentifier As String |
Visual C++ |
---|
public: virtual property String^ PrimaryTransactionIdentifier { String^ get (); void set (String^ value); } |
Property Value
The transaction identifier for the primary clean or repair Barge Status document which is related to this secondary clean or repair Barge Status document. The default is a null reference (Nothing in Visual Basic).Remarks
If this property is set, it indicates this Barge Status - Clean or Repair document is a secondary or additional operation.
This property is only used when the EventStatusType property is set to Clean or Repair.
The PrimaryTransactionIdentifierSpecified property indicates whether or not this property will be included in the serialized class or generated document. The PrimaryTransactionIdentifierSpecified property is automatically set to true when this property is set.