EDMI: Implement GetAttributeValue Method

This commit is contained in:
Jonathan Jenne
2022-02-04 13:39:16 +01:00
parent e57f3309e4
commit 1f6aded64d
3 changed files with 32 additions and 5 deletions

View File

@@ -9,6 +9,7 @@ Namespace Methods.IDB.GetAttributeValue
<DataMember>
Public Property ObjectId As Long
<DataMember>
Public Property Value As Object
Public Sub New(pObjectId As Long, pValue As Object)