TagStorageType Property
- Last UpdatedAug 21, 2026
- 1 minute read
'Declaration
Public Property TagStorageType As HistorianStorageType
'Usage
Dim instance As HistorianTag
Dim value As HistorianStorageType
instance.TagStorageType = value
value = instance.TagStorageType
public HistorianStorageType TagStorageType {get; set;}
public:
property HistorianStorageType TagStorageType {
HistorianStorageType get();
void set ( HistorianStorageType value);
}