FieldName Property (TokenFindMatch)
In This Topic
The name of the field that contains the match
Syntax
'Declaration
Public ReadOnly Property FieldName As String
public string FieldName {get;}
public:
property String^ FieldName {
String^ get();
}
See Also