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