This member points to a string that represents the current Wan IP address in dotted decimal (i.e. "x.x.x.x") format. if the Wan IP address is being disabled, the IP address returned will be an empty string.

Namespace:  LanScape
Assembly:  LMEVoipManaged (in LMEVoipManaged.dll) Version: 6.0.5226.26700

Syntax

C#
public string WanIpAddress
Visual Basic (Declaration)
Public WanIpAddress As String
Visual C++
public:
String^ WanIpAddress
J#
public String WanIpAddress

See Also