IPAddress.Field2 Property | |
A numeric value representing the second field of the current IP address. For the IP address "130.119.121.147", this access would return 119.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Field2 AS USUAL GET SET
public virtual Usual Field2 { get; set; }
Request Example
View SourceProperty Value
Type:
UsualA numeric value representing the second field of the current IP address. For the IP address "130.119.121.147", this access would return 119.
See Also