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