Event's object identifier.

Namespace:  Greatis.Nostalgia
Assembly:  Greatis.Nostalgia (in Greatis.Nostalgia.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property ObjectID As Integer
C#
public int ObjectID { get; }
Visual C++
public:
property int ObjectID {
	int get ();
}
JavaScript
function get_objectID();

See Also