public bool IsCritical { get; set; }
Public Property IsCritical As Boolean Get Set
public: property bool IsCritical { bool get (); void set (bool value); }
member IsCritical : bool with get, set
In This Article