Accusoft.NotateXpress13.Net
UserDataFindFirst Method (Group)




A string value which represents the first key.
User data can be added to each group in a key value pair.
Syntax
'Declaration
 
Public Function UserDataFindFirst( _
   ByRef key 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 key
)
public: string* UserDataFindFirst( 
   [PARAMFLAG::Out] string* key
) 
public:
String^ UserDataFindFirst( 
   [Out] String^ key
) 

Parameters

key
A string value which represents the first key.

Return Value

The first value from the matching key.
Remarks

This method finds the first key value pair.

See Also

Reference

Group Class
Group Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback