EntityId Property (LogOnEntity)
- Last UpdatedMar 17, 2026
- 1 minute read
The EntityID property contains the ID of the entity to log on to.
'Declaration
Public Property EntityId As Integer
'Usage
Dim instance As LogOnEntity
Dim value As Integer
instance.EntityId = value
value = instance.EntityId
public int EntityId {get; set;}