| 
            
              PIOutputAdapterBadDataValueStatus Property
             | 
          
        
        
            Gets or sets the PI AF value status to use when storing measurements that have been marked as having bad data.
            
        
        Namespace: PIAdaptersAssembly: PIAdapters (in PIAdapters.dll) Version: 2.4.257-beta
Syntax[ConnectionStringParameterAttribute]
[DefaultValueAttribute(typeof(AFValueStatus), "Good")]
public AFValueStatus BadDataValueStatus { get; set; }<ConnectionStringParameterAttribute>
<DefaultValueAttribute(GetType(AFValueStatus), "Good")>
Public Property BadDataValueStatus As AFValueStatus
	Get
	Set
public:
[ConnectionStringParameterAttribute]
[DefaultValueAttribute(typeof(AFValueStatus), L"Good")]
property AFValueStatus BadDataValueStatus {
	AFValueStatus get ();
	void set (AFValueStatus value);
}[<ConnectionStringParameterAttribute>]
[<DefaultValueAttribute(typeof(AFValueStatus), "Good")>]
member BadDataValueStatus : AFValueStatus with get, set
function get_BadDataValueStatus();
function set_BadDataValueStatus(value);
 View SourceProperty Value
AFValueStatus
Remarks
            This defaults to Good meaning values are stored with normal status quality in PI.
            
See Also