ParticleDeviceLastIPAddress Property |
Gets the last IP address the Device was connected with
Namespace: ParticleAssembly: Particle (in Particle.dll) Version: 0.8.5.14 (0.8.5.14)
Syntaxpublic string LastIPAddress { get; }
Public ReadOnly Property LastIPAddress As String
Get
public:
property String^ LastIPAddress {
String^ get ();
}
member LastIPAddress : string with get
Property Value
Type:
String
The last IP address.
See Also