| 
            
              QueryRequestexcludeNormalFlags Property
             | 
          
        
        
            Gets or sets flag that determines if normal flags should be excluded.
            
        
        Namespace: GrafanaAdapters.Model.CommonAssembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.258-beta
Syntaxpublic bool excludeNormalFlags { get; set; }Public Property excludeNormalFlags As Boolean
	Get
	Set
public:
property bool excludeNormalFlags {
	bool get ();
	void set (bool value);
}member excludeNormalFlags : bool with get, set
function get_excludeNormalFlags();
function set_excludeNormalFlags(value);
 View SourceProperty Value
Boolean
See Also