EntityName Property
- Last UpdatedNov 06, 2025
- 1 minute read
The EntityName property contains the name of the entity to log on to. This property is only used for error reporting. If this property is set to null, the entity ID is used for error reporting.
'Declaration
Public Property EntityName As String
'Usage
Dim instance As LogOnEntity
Dim value As String
instance.EntityName = value
value = instance.EntityName
public string EntityName {get; set;}