'Declaration
Public Property DeadbandType As UADeadbandType
'Usage
Dim instance As UAPublishedVariableData Dim value As UADeadbandType instance.DeadbandType = value value = instance.DeadbandType
public UADeadbandType DeadbandType {get; set;}
public: property UADeadbandType DeadbandType { UADeadbandType get(); void set ( UADeadbandType value); }
Property Value
The default value of this property is None (UADeadbandType.None)
.