[Missing <summary> documentation for "P:CWS.Common.NDXInterface.NDX.SoldListing.NewConstructionFlag"]

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

Syntax

C#
public bool NewConstructionFlag { get; set; }
Visual Basic (Declaration)
Public Property NewConstructionFlag As Boolean
Visual C++
public:
property bool NewConstructionFlag {
	bool get ();
	void set (bool value);
}

See Also