Gets or sets the percent change in an item value that will cause an update.
Syntax
public float PercentDeadband {get; set;}
public:
property float PercentDeadband {
float get();
void set ( float value);
}
'Declaration
Public Property PercentDeadband As Single
'Usage
Dim instance As DASubscriptionAttribute
Dim value As Single
instance.PercentDeadband = value
value = instance.PercentDeadband
Requirements
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
See Also