FieldName Property (SearchReplaceMatch)
In This Topic
The name of the field where the match was found
Syntax
'Declaration
<CanBeNullAttribute()>
Public ReadOnly Property FieldName As String
[CanBeNull()]
public string FieldName {get;}
[CanBeNull()]
public:
property String^ FieldName {
String^ get();
}
See Also