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

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

Syntax

C#
public int Bedrooms { get; set; }
Visual Basic (Declaration)
Public Property Bedrooms As Integer
Visual C++
public:
property int Bedrooms {
	int get ();
	void set (int value);
}

See Also