查看: 1098|回复: 1
|
怎样做个vb.net Category, description, default value?
[复制链接]
|
|
- <Description("Maximum number of seconds a connection should live. This is checked when a connection is returned to the pool."),Category("Pooling")> _
- <DefaultValue(0)> _ <<--error
- Public Property ConnectionLifetime() As Integer
- Get
- Return GetInt("connection lifetime")
- End Get
- Set
- keyValues("connection lifetime") = value
- End Set
- End Property
复制代码 |
|
|
|
|
|
|
|
楼主 |
发表于 19-10-2006 09:06 AM
|
显示全部楼层
|
|
|
|
|
|
| |
本周最热论坛帖子
|