Gets or sets the trading partner's value contained within this
DataMapPair.
Namespace:
BargeExAssembly: BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)
Syntax
C# |
---|
public string CustomValue { get; set; } |
Visual Basic (Declaration) |
---|
Public Property CustomValue As String |
Visual C++ |
---|
public: property String^ CustomValue { String^ get (); void set (String^ value); } |
Property Value
The trading partner's value in this DataMapPair.Remarks
The trading partner’s value is the value the trading partner uses in
their system for the associated BargeEx Master value (i.e.
MasterValue
property).