Gets the document last visit date made by the calling user

Namespace:  IpernityNET.IpernityObjects
Assembly:  IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)

Syntax

C#
public DateTime YouLastVisitAt { get; internal set; }
Visual Basic (Declaration)
Public Property YouLastVisitAt As DateTime
Visual C++
public:
property DateTime YouLastVisitAt {
	DateTime get ();
	void set (DateTime value);
}

See Also