Gets
'Declaration Public ReadOnly Property Length As Integer
'Declaration
Public ReadOnly Property Length As Integer
'Usage Dim instance As HostField Dim value As Integer value = instance.Length
'Usage
Dim instance As HostField Dim value As Integer value = instance.Length
public int Length {get;}
IIbmScreen.GetText()
HostField host; int FieldLength = host.Length;
HostField Class HostField Members GetText Method