asp.net高级教程(二)- 转换编程思维(2) private int m_intUserCount ; //注册用户数 //属性 public string Title { get { return m_strTitle ; } } public int ForumCount { get { return m_intForumCount ; } } public int TopicCount { get { return m_intTopicCount ; } } public int UserCount {