How to use property in c#
1487
20-Jan-2016
I want to use property in c# how to do this please help me.
Anonymous User
20-Jan-2016A property is a data member. in a class have multiple data members. which is easily access by class object. we can get and set a value of property.