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

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

Syntax

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

See Also