Produces a unique ID used throughout the internals. It is exposed for the test harnesses and external verification tools

Namespace: Spherical.Htm
Assembly: SphericalHtm (in SphericalHtm.dll) Version: 1.0.0.0

Syntax

C#
public long newID { get; }
Visual C++
public:
property long long newID {
	long long get ();
}
F#
member newID : int64

See Also