IPAddress.Field1 Property | |
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:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Field1 AS USUAL GET SET
public virtual Usual Field1 { get; set; }
Request Example
View SourceProperty Value
Type:
UsualA 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