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