SourceTag Property (StateSummaryQueryResult)
- Last UpdatedAug 21, 2026
- 1 minute read
Gets or sets the source (tier 1) tag for the summary tag.
'Declaration
Public Property SourceTag As String
'Usage
Dim instance As StateSummaryQueryResult
Dim value As String
instance.SourceTag = value
value = instance.SourceTag
public string SourceTag {get; set;}