Click or drag to resize

IPAddress.Field1 Property (Typed)

X#
A numeric value representing the first field of the current IP Address. For the IP Address "130.119.121.147", this access would return 130.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY Field1 AS BYTE GET SET 
Request Example View Source

Property Value

Type: Byte
A numeric value representing the first field of the current IP Address. For the IP Address "130.119.121.147", this access would return 130.
See Also