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