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