User data can be added to each group in a key value pair.
'Declaration
Public Function UserDataFindFirst( _
ByRef As String _
) As String
'Usage
Dim instance As Group
Dim key As String
Dim value As String
value = instance.UserDataFindFirst(key)
public string UserDataFindFirst(
out string
)
public: string* UserDataFindFirst(
[PARAMFLAG::Out] string*
)
public:
String^ UserDataFindFirst(
[Out] String^
)
Parameters
- key
- A string value which represents the first key.
Return Value
The first value from the matching key.