TagName Property (HistorianTagStatus)
- Last UpdatedAug 21, 2026
- 1 minute read
Gets or sets the name of the tag for which status is to be returned.
'Declaration
Public Property TagName As String
'Usage
Dim instance As HistorianTagStatus
Dim value As String
instance.TagName = value
value = instance.TagName
public string TagName {get; set;}