Namespace:  VideoRay
Assembly:  vrLib (in vrLib.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

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

See Also