| BuildDayResponseisBuilt Property |
If the date is built now
Namespace:
ParaPlanREST.Models
Assembly:
ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool isBuilt { get; set; }
public:
property bool isBuilt {
bool get ();
void set (bool value);
}
function get_isBuilt();
function set_isBuilt(value);
Property Value
Type:
BooleanSee Also