Gets or sets the BargeEx Master value contained within this
DataMapPair.
Namespace:
BargeExAssembly: BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)
Syntax
C# |
---|
public string MasterValue { get; set; } |
Visual Basic (Declaration) |
---|
Public Property MasterValue As String |
Visual C++ |
---|
public: property String^ MasterValue { String^ get (); void set (String^ value); } |