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