| ThresholdCountWidgetThreshold1Value Property |
Gets or sets counter threshold 1 value
Namespace:
Dynamicweb.Dashboards.Widgets
Assembly:
Dynamicweb.Dashboards (in Dynamicweb.Dashboards.dll) Version: 2.9.4
Syntax [AddInLabelAttribute("Threshold")]
[AddInParameterOrderAttribute(80)]
[AddInParameterAttribute("Threshold1Value")]
[AddInParameterGroupAttribute("Background color 1")]
[AddInParameterEditorAttribute(typeof(TextParameterEditor), "")]
public virtual string Threshold1Value { get; set; }
<AddInLabelAttribute("Threshold")>
<AddInParameterOrderAttribute(80)>
<AddInParameterAttribute("Threshold1Value")>
<AddInParameterGroupAttribute("Background color 1")>
<AddInParameterEditorAttribute(GetType(TextParameterEditor), "")>
Public Overridable Property Threshold1Value As String
Get
Set
Property Value
Type:
StringSee Also