DataSnap

Property of ISearchMatch

Description

Data snap

Property type

Read-Only Property of type BSTR

Syntax

JavaScript

var sVal = SearchMatch.DataSnap;

Visual Basic Script

sVal = SearchMatch.DataSnap

C++

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

See Also

ISearchMatch