'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 )
This method adds a key value pair.
NotateXpress Class NotateXpress Members
©2017. Accusoft Corporation. All Rights Reserved.