'Declaration
Public ReadOnly Property IsFieldName As Boolean
'Usage
Dim instance As SyntaxHighlightEntry Dim value As Boolean value = instance.IsFieldName
public bool IsFieldName {get;}
Property Value
true
if the highlight entry is filed name element; otherwise false
.