'Declaration Public Function UserDataFindFirst( _ ByRef key As String _ ) As String
'Usage Dim instance As Element 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 )
This will find the first key value pair.
Element Class Element Members
©2019. Accusoft Corporation. All Rights Reserved.