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