In This Topic
The matching text that was found
Syntax
'Declaration
<NotNullAttribute()>
Public ReadOnly Property FoundText As String
[NotNull()]
public string FoundText {get;}
[NotNull()]
public:
property String^ FoundText {
String^ get();
}
See Also