Gets the unique id of this entity.

Namespace:  Mindscape.LightSpeed
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public Object GetId()
Visual Basic (Declaration)
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public Function GetId As Object

Return Value

The unique id of this entity.

See Also