{"id":319,"date":"2007-06-13T10:00:45","date_gmt":"2007-06-13T02:00:45","guid":{"rendered":"http:\/\/www.jason695.idv.tw:81\/wordpress\/?p=319"},"modified":"2008-05-15T17:02:42","modified_gmt":"2008-05-15T09:02:42","slug":"property%e7%9a%84%e5%af%ab%e6%b3%95","status":"publish","type":"post","link":"https:\/\/jason695.why3s.tw\/wordpress\/2007\/06\/13\/property%e7%9a%84%e5%af%ab%e6%b3%95\/","title":{"rendered":"Property\u7684\u5beb\u6cd5"},"content":{"rendered":"<p><a href=\"ms-help:\/\/MS.VSCC.v80\/MS.MSDN.v80\/MS.VisualStudio.v80.cht\/dv_vbalr\/html\/3155edaf-8ebd-45c6-9cef-11d5d2dc8d38.htm\">ms-help:\/\/MS.VSCC.v80\/MS.MSDN.v80\/MS.VisualStudio.v80.cht\/dv_vbalr\/html\/3155edaf-8ebd-45c6-9cef-11d5d2dc8d38.htm<br \/>\n<\/a><\/p>\n<pre lang=\"VBNET\" line=\"1\">\r\nClass Class1\r\n\t'Define a local variable to store the property value.\r\n\tPrivate propertyValue As String\r\n\t'Define the property.\r\n\tPublic Property prop1() As String\r\n\t\tGet\r\n\t\t'The Get property procedure is called when the value\r\n\t\t'of a property is retrieved.\r\n\t\tReturn propertyValue\r\n\t\tEnd Get\r\n\t\tSet(ByVal value As String)\r\n\t\t'The Set property procedure is called when the value\r\n\t\t'of a property is modified. The value to be assigned\r\n\t\t'is passed in the argument to Set.\r\n\t\tpropertyValue = value\r\n\t\tEnd Set\r\n\tEnd Property\r\nEnd Class\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>ms-help:\/\/MS.VSCC.v80\/MS.MSDN.v80\/MS.VisualStudio.v80.c &hellip; <a href=\"https:\/\/jason695.why3s.tw\/wordpress\/2007\/06\/13\/property%e7%9a%84%e5%af%ab%e6%b3%95\/\" class=\"more-link\">\u95b1\u8b80\u5168\u6587 <span class=\"screen-reader-text\">Property\u7684\u5beb\u6cd5<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[2],"tags":[],"class_list":["post-319","post","type-post","status-publish","format-standard","hentry","category-net","no-featured-image"],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/jason695.why3s.tw\/wordpress\/wp-json\/wp\/v2\/posts\/319","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/jason695.why3s.tw\/wordpress\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/jason695.why3s.tw\/wordpress\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/jason695.why3s.tw\/wordpress\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/jason695.why3s.tw\/wordpress\/wp-json\/wp\/v2\/comments?post=319"}],"version-history":[{"count":0,"href":"https:\/\/jason695.why3s.tw\/wordpress\/wp-json\/wp\/v2\/posts\/319\/revisions"}],"wp:attachment":[{"href":"https:\/\/jason695.why3s.tw\/wordpress\/wp-json\/wp\/v2\/media?parent=319"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/jason695.why3s.tw\/wordpress\/wp-json\/wp\/v2\/categories?post=319"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/jason695.why3s.tw\/wordpress\/wp-json\/wp\/v2\/tags?post=319"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}