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