2
Answers

How to show my property in the IDE

xmail123

xmail123

20y
1.5k
1
I have created a property for a TextBox: private long h_VehicleFK; public long VehicleFK { get { return h_VehicleFK; } set { h_VehicleFK = value; } } Is there a way to make the property show up in the Properties list slide out of the IDE? Thanks
Answers (2)