IPAddress.Field3 Property (Typed) | |
A numeric value representing the third field of the current IP address. For the IP address "130.119.121.147", this access would return 121.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Field3 AS BYTE GET SET
public virtual byte Field3 { get; set; }
Request Example
View SourceProperty Value
Type:
ByteA numeric value representing the third field of the current IP address. For the IP address "130.119.121.147", this access would return 121.
See Also