Gets and sets the Last IP address used by user

Namespace: DotNetNuke.Entities.Users
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[BrowsableAttribute(false)]
public string LastIPAddress { get; set; }
Visual Basic
<BrowsableAttribute(false)> 
Public Property LastIPAddress As String
	Get
	Set

See Also