public bool IsHazard { get; set; }
Public Property IsHazard As Boolean Get Set
public: property bool IsHazard { bool get (); void set (bool value); }