Accusoft.NotateXpress13.Net
UserDataFind Method (Group)




A string value which represents the user data key to search for.
User data can be added to each group in a key value pair.
Syntax
'Declaration
 
Public Function UserDataFind( _
   ByVal key As String _
) As String
'Usage
 
Dim instance As Group
Dim key As String
Dim value As String
 
value = instance.UserDataFind(key)
public string UserDataFind( 
   string key
)
public: string* UserDataFind( 
   string* key
) 
public:
String^ UserDataFind( 
   String^ key
) 

Parameters

key
A string value which represents the user data key to search for.

Return Value

The user data from the matching key.
Remarks

The default value is an empty string "".

This method returns the string value of an existing key.

See Also

Reference

Group Class
Group Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback