In This Topic
A user-friendly description of the location where the match was found
Syntax
'Declaration
<CanBeNullAttribute()>
Public ReadOnly Property FindLocation As String
[CanBeNull()]
public string FindLocation {get;}
[CanBeNull()]
public:
property String^ FindLocation {
String^ get();
}
See Also