Gets
'Declaration Public ReadOnly Property EndColumn As Integer
'Declaration
Public ReadOnly Property EndColumn As Integer
'Usage Dim instance As HostField Dim value As Integer value = instance.EndColumn
'Usage
Dim instance As HostField Dim value As Integer value = instance.EndColumn
public int EndColumn {get;}
private HostField host; int EndColumn = host.EndColumn;
HostField Class HostField Members