IPAddress.Address Property | |
A long value representing the current IP address. This equals the IP address interpreted as a 4-byte integer.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Address AS USUAL GET SET
public virtual Usual Address { get; set; }
Request Example
View SourceProperty Value
Type:
UsualA long value representing the current IP address. This equals the IP address interpreted as a 4-byte integer.
See Also