| 
            
              GSFDeviceAlarmStateAdapterExternalDatabaseMappedAlarmStates Property 
             | 
          
        
         
            Gets or sets the external database mapped alarm states defining the {MappedAlarmState} command parameter substitution parameter used for synchronization of alarm states.
            
 
    Namespace: 
   GrafanaAdapters
    Assembly:
   GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.3.250-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, set
function get_ExternalDatabaseMappedAlarmStates();
function set_ExternalDatabaseMappedAlarmStates(value);
 Request Example
		View SourceProperty Value
Type: 
String
See Also