EntityId Property (LogOnEntity)
- Last UpdatedNov 06, 2025
- 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;}