'Declaration Public Property f100 As Byte
'Declaration
Public Property f100 As Byte
'Usage Dim instance As Line Dim value As Byte instance.f100 = value value = instance.f100
'Usage
Dim instance As Line Dim value As Byte instance.f100 = value value = instance.f100
public byte f100 {get; set;}
Line Class Line Members