Indicates how the server treats data returned with a StatusCode severity Uncertain with respect to Aggregate calculations.
A value of True indicates the server considers the severity equivalent to Bad, a value of False indicates
the server considers the severity equivalent to Good. The default value is True.
Namespace: Ico.Data.DataConnectorAssembly: IcoCommonConnectors (in IcoCommonConnectors.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public bool TreatUncertainAsBad { get; set; } |
| Visual Basic |
|---|
Public Property TreatUncertainAsBad As Boolean
Get
Set |
| JScript |
|---|
function get TreatUncertainAsBad () : boolean
function set TreatUncertainAsBad (value : boolean) |
See Also