中华考试网·阅读新闻
编程开发 > ASP > 文章内容

ASP编程技术:类属性语法

2015-3-4编辑:ljnbset

类属性语法

类属性语法已更改,并且不再包括 Property Let、Property Get 和 Property Set。新的属性语法与 C# 中的属性语法相似。

Public Property ThisProperty As String

     Get

         ThisProperty = InternalValue

     End Get

     Set

        InternalValue = value

     End Set

End Property

ASP编程技术:默认属性
咨询热线:4000-525-585(免长途费)