Gets
'Declaration Public ReadOnly Property IsOverline As Boolean
'Declaration
Public ReadOnly Property IsOverline As Boolean
'Usage Dim instance As HostField Dim value As Boolean value = instance.IsOverline
'Usage
Dim instance As HostField Dim value As Boolean value = instance.IsOverline
public bool IsOverline {get;}
HostField host; bool overline = host.IsOverline;
HostField Class HostField Members