UseArchestrAUser Property
- Last UpdatedAug 21, 2026
- 1 minute read
Gets or sets whether to use ArchestrA user credentials if this option has been configured on the system.
'Declaration
Public Property UseArchestrAUser As Boolean
'Usage
Dim instance As HistorianConnectionArgs
Dim value As Boolean
instance.UseArchestrAUser = value
value = instance.UseArchestrAUser
public bool UseArchestrAUser {get; set;}