ReadOnly Property
- Last UpdatedAug 21, 2026
- 1 minute read
Gets or sets whether read-only access to the Historian Server is requested.
'Declaration
Public Property ReadOnly As Boolean
'Usage
Dim instance As HistorianConnectionArgs
Dim value As Boolean
instance.ReadOnly = value
value = instance.ReadOnly
public bool ReadOnly {get; set;}