Accusoft.NotateXpress13.Net
UserDataDelete Method (NotateXpress)




A string value which represents the key to remove.
Deletes an existing key value pair which matches the given key.
Syntax
'Declaration
 
Public Sub UserDataDelete( _
   ByVal key As String _
) 
'Usage
 
Dim instance As NotateXpress
Dim key As String
 
instance.UserDataDelete(key)
public void UserDataDelete( 
   string key
)
public: void UserDataDelete( 
   string* key
) 
public:
void UserDataDelete( 
   String^ key
) 

Parameters

key
A string value which represents the key to remove.
See Also

Reference

NotateXpress Class
NotateXpress Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback