<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Properties Part 1 - the updated property syntax</title><link>http://blogs.msdn.com/arich/archive/2004/07/27/199213.aspx</link><description>What are properties? Technically, properties are CLR "aliases." They are exposed as standard methods, and any compiler that consumes them simply transforms the user's code into the proper function calls. Similarly, any compiler that wants to author CLR</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Properties Part 1 - the updated property syntax</title><link>http://blogs.msdn.com/arich/archive/2004/07/27/199213.aspx#202353</link><pubDate>Fri, 30 Jul 2004 17:35:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:202353</guid><dc:creator>Jason Allen</dc:creator><description>Hmm, I've always been able to call MyArray-&amp;gt;Length instead of MyArray-&amp;gt;get_Length(). I've never explicitely called a get_* or set_* function.</description></item><item><title>re: Properties Part 1 - the updated property syntax</title><link>http://blogs.msdn.com/arich/archive/2004/07/27/199213.aspx#202426</link><pubDate>Fri, 30 Jul 2004 18:27:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:202426</guid><dc:creator>arich</dc:creator><description>Oops.  array-&amp;gt;Length was a bad example.  While it is true that, in some instances, you were allowed to simply call MyArray-&amp;gt;Length, there are some properties (especially overloaded ones) where the only recourse in C++ is to call the property via the get_ and set_ methods.</description></item><item><title>re: Properties Part 1 - the updated property syntax</title><link>http://blogs.msdn.com/arich/archive/2004/07/27/199213.aspx#207227</link><pubDate>Tue, 03 Aug 2004 18:37:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:207227</guid><dc:creator>Rob Walker</dc:creator><description>Why do I have to specify the type of the property 3 times in the definition?  It makes this new syntax more verbose than the old.&lt;br&gt;&lt;br&gt;Why not just adopt the C# style?&lt;br&gt;</description></item><item><title>Properties Part 2 - defining default properties</title><link>http://blogs.msdn.com/arich/archive/2004/07/27/199213.aspx#450181</link><pubDate>Thu, 11 Aug 2005 03:14:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:450181</guid><dc:creator>I Love that New Syntax Smell</dc:creator><description>Disclaimer.&amp;amp;amp;nbsp; This is an ancient post.&amp;amp;amp;nbsp; By the looks of it, I originally intended to write this...</description></item></channel></rss>