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