scripting:api:search-match:data-snap

DataSnap

Property of ISearchMatch

Data snap

Read-Only Property of type BSTR

var sVal = SearchMatch.DataSnap;

==== Visual Basic Script ====

sVal = SearchMatch.DataSnap

==== C++ ====

BSTR sVal;
HRESULT hr = SearchMatch.get_DataSnap(&sVal);

===== See Also ===== ISearchMatch