Reference to the current sold listing

Namespace:  CWS.Common.NDXInterface.NDX
Assembly:  NDX (in NDX.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public SoldListing CurrentSoldListing { get; private set; }
Visual Basic (Declaration)
Public Property CurrentSoldListing As SoldListing
Visual C++
public:
property SoldListing^ CurrentSoldListing {
	SoldListing^ get ();
	void set (SoldListing^ value);
}

See Also