l strValue As String)
strValueStr = strValue
End Property
'取得项目名称
Public Property Let KeyName(ByVal strKey As String)
strKeyName = strKey
End Property
'取得小节名称
Public Property Let AppName(ByVal strApp As String)
strAppName = strApp
End Property
'////////////////////
'结束定义属性
'////////////////////
strValueStr = strValue
End Property
'取得项目名称
Public Property Let KeyName(ByVal strKey As String)
strKeyName = strKey
End Property
'取得小节名称
Public Property Let AppName(ByVal strApp As String)
strAppName = strApp
End Property
'////////////////////
'结束定义属性
'////////////////////
| 对此文章发表了评论 |
