public bool IsFixed { get; set; }
Public Property IsFixed As Boolean
Get
Set
public:
virtual property bool IsFixed {
bool get () sealed;
void set (bool value) sealed;
}
abstract IsFixed : bool with get, set
override IsFixed : bool with get, set