|
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.207-beta
Syntax public 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
BooleanSee Also