'Declaration Public Property Row As Integer
'Declaration
Public Property Row As Integer
'Usage Dim instance As TriCoord Dim value As Integer instance.Row = value value = instance.Row
'Usage
Dim instance As TriCoord Dim value As Integer instance.Row = value value = instance.Row
public int Row {get; set;}
TriCoord Class TriCoord Members