Accusoft.NotateXpress13.Net
UserDataAdd Method (NotateXpress)




A string value which represents the key to add.
A string value which represents the new value.
Adds the specified key value pair to the list.
Syntax
'Declaration
 
Public Sub UserDataAdd( _
   ByVal key As String, _
   ByVal newVal As String _
) 
'Usage
 
Dim instance As NotateXpress
Dim key As String
Dim newVal As String
 
instance.UserDataAdd(key, newVal)
public void UserDataAdd( 
   string key,
   string newVal
)
public: void UserDataAdd( 
   string* key,
   string* newVal
) 
public:
void UserDataAdd( 
   String^ key,
   String^ newVal
) 

Parameters

key
A string value which represents the key to add.
newVal
A string value which represents the new value.
Remarks

This method adds a key value pair.

See Also

Reference

NotateXpress Class
NotateXpress Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback