<?xml version="1.0" encoding="utf-8"?>
<feed version="0.3" xmlns="http://purl.org/atom/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xml:lang="en">
  <title>Snappycatchy.com</title>
  <link rel="alternate" type="text/html" href="http://www.snappycatchy.com/" />
  <modified>2010-10-08T10:39:10Z</modified>
  <tagline></tagline>
  <id>tag:www.snappycatchy.com,2010://1</id>
  <generator url="http://www.movabletype.org/" version="3.31">Movable Type</generator>
  <copyright>Copyright (c) 2010, Brian Stodola</copyright>
  <entry>
    <title>Test Test</title>
    <link rel="alternate" type="text/html" href="http://www.snappycatchy.com/2010/10/test_test/" />
    <modified>2010-10-08T10:39:10Z</modified>
    <issued>2010-10-08T03:50:56-06:00</issued>
    <id>tag:www.snappycatchy.com,2010://1.1001</id>
    <created>2010-10-08T09:50:56Z</created>
    <summary type="text/plain"> Public Property PollId() As Integer Get If Not IsNothing(Me.PollReference.EntityKey) Then Return Me.PollReference.EntityKey.EntityKeyValues(0).Value End If Return 0 End Get Set(ByVal Value As Integer) If Not IsNothing(Me.PollReference.EntityKey) Then Me.PollReference = Nothing End If Me.PollReference.EntityKey = New EntityKey(&quot;PollEntities.Polls&quot;, &quot;PollID&quot;, Value) End Set...</summary>
    <author>
      <name>Brian Stodola</name>
      
      <email>brian@snappycatchy.com</email>
    </author>
    
    <content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.snappycatchy.com/">
      <![CDATA[<pre name="code" class="vb.net">
        Public Property PollId() As Integer
            Get
                If Not IsNothing(Me.PollReference.EntityKey) Then
                    Return Me.PollReference.EntityKey.EntityKeyValues(0).Value
                End If
                Return 0
            End Get
            Set(ByVal Value As Integer)
                If Not IsNothing(Me.PollReference.EntityKey) Then
                    Me.PollReference = Nothing
                End If
                Me.PollReference.EntityKey = New EntityKey("PollEntities.Polls", "PollID", Value)
            End Set
        End Property
</pre>]]>
      
    </content>
  </entry>

</feed>
