Statistics..::..EndTicks Property

Namespace:  ZarahDB_Library.Types
Assembly:  ZarahDB_Library (in ZarahDB_Library.dll)

Syntax


[RequiredAttribute]
public long EndTicks { get; set; }
<RequiredAttribute> _
Public Property EndTicks As Long
	Get
	Set
[RequiredAttribute]
public:
property long long^ EndTicks {
	long long^ get ();
	void set (long long^ value);
}