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