| 
            
              DeviceAlarmStateAdapterExternalDatabaseMappedAlarmStates Property
             | 
          
        
        
            Gets or sets the external database mapped alarm states defining the {MappedAlarmState} command parameter substitution parameter used for synchronization of alarm states.
            
        
        Namespace: GrafanaAdaptersAssembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.258-beta
Syntax[ConnectionStringParameterAttribute]
[DefaultValueAttribute("Good=1,Alarm=3,NotAvailable=2,BadData=3,BadTime=3,OutOfService=5")]
public string ExternalDatabaseMappedAlarmStates { get; set; }<ConnectionStringParameterAttribute>
<DefaultValueAttribute("Good=1,Alarm=3,NotAvailable=2,BadData=3,BadTime=3,OutOfService=5")>
Public Property ExternalDatabaseMappedAlarmStates As String
	Get
	Setpublic:
[ConnectionStringParameterAttribute]
[DefaultValueAttribute(L"Good=1,Alarm=3,NotAvailable=2,BadData=3,BadTime=3,OutOfService=5")]
property String^ ExternalDatabaseMappedAlarmStates {
	String^ get ();
	void set (String^ value);
}[<ConnectionStringParameterAttribute>]
[<DefaultValueAttribute("Good=1,Alarm=3,NotAvailable=2,BadData=3,BadTime=3,OutOfService=5")>]
member ExternalDatabaseMappedAlarmStates : string with get, setfunction get_ExternalDatabaseMappedAlarmStates();
function set_ExternalDatabaseMappedAlarmStates(value);
 View SourceProperty Value
String
See Also