User data can be added to each element in a key value pair.
'Declaration
Public Function UserDataFindFirst( _
ByRef As String _
) As String
'Usage
Dim instance As Element
Dim key As String
Dim value As String
value = instance.UserDataFindFirst(key)
Parameters
- key
- A string value which represents the first key.
Return Value
A string which represents the first value from the matching key.