User data can be added to each group in a key value pair.
'Declaration
Public Function UserDataFind( _
ByVal As String _
) As String
'Usage
Dim instance As Group
Dim key As String
Dim value As String
value = instance.UserDataFind(key)
Parameters
- key
- A string value which represents the user data key to search for.
Return Value
The user data from the matching key.