.Net

By Piush Shukla

Showing posts with label How to declare a property in a class. Show all posts
Showing posts with label How to declare a property in a class. Show all posts

Saturday, 21 April 2012

How to declare a property in a class


How to declare a property in a class?


int m_PersonID = 0;

public int PersonID
{
get { return m_PersonID; }
set { m_PersonID = value; }
}

Posted by Piush shukla at 01:04 No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Labels: How to declare a property in a class
Older Posts Home
Subscribe to: Posts (Atom)

Piush Shukla has about 5 years of work experience on Microsoft technologies (C#.NET,Asp.Net,WPF,

Piush shukla
View my complete profile

Blog Archive

  • ▼  2025 (29)
    • ▼  October (2)
      • Happy Diwali to Sir and all! May this festival bri...
      • 🧾 Steps to Schedule a Batch File in Windows Task ...
    • ►  September (27)
  • ►  2022 (4)
    • ►  April (3)
    • ►  March (1)
  • ►  2017 (1)
    • ►  September (1)
  • ►  2016 (14)
    • ►  May (1)
    • ►  April (13)
  • ►  2015 (18)
    • ►  December (18)
  • ►  2014 (11)
    • ►  July (3)
    • ►  April (2)
    • ►  January (6)
  • ►  2013 (24)
    • ►  December (11)
    • ►  November (7)
    • ►  July (6)
  • ►  2012 (324)
    • ►  December (1)
    • ►  November (2)
    • ►  September (1)
    • ►  August (3)
    • ►  July (1)
    • ►  June (2)
    • ►  May (5)
    • ►  April (67)
    • ►  March (35)
    • ►  February (77)
    • ►  January (130)
  • ►  2011 (6)
    • ►  December (3)
    • ►  November (3)
Ethereal theme. Powered by Blogger.