Gets or sets the BargeEx Master value contained within this DataMapPair.

Namespace:  BargeEx
Assembly:  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);
}

Property Value

The BargeEx Master value in this DataMapPair.

See Also