DotRas SDK Documentation |
RasPppInfo..::..ServerIPAddress Property |
RasPppInfo Class See Also Send Feedback |
Gets the IP address of the remote server.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
C# |
---|
public IPAddress ServerIPAddress { get; } |
Visual Basic |
---|
Public ReadOnly Property ServerIPAddress As IPAddress Get |
Visual C++ |
---|
public: property IPAddress^ ServerIPAddress { IPAddress^ get (); } |
F# |
---|
member ServerIPAddress : IPAddress with get |