Accusoft.NotateXpress13.Net
UserDataFind Method (Element)




A string value which represents the user data key to search for.
User data can be added to each element in a key value pair.
Syntax
'Declaration
 
Public Function UserDataFind( _
   ByVal key As String _
) As String
'Usage
 
Dim instance As Element
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

A string which represents the user data from the matching key.
Remarks

This method returns the value of an existing key.

See Also

Reference

Element Class
Element Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback