Accusoft.NotateXpress13.Net
UserDataFindFirst Method (NotateXpress)




A string value which represents the first key.
Finds the first key value pair in the list.
Syntax
'Declaration
 
Public Function UserDataFindFirst( _
   ByRef key As String _
) As String
'Usage
 
Dim instance As NotateXpress
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

A string which represents the first value.
Remarks

This method returns the first key value pair, in the list.

See Also

Reference

NotateXpress Class
NotateXpress Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback