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