|
FunctionDescriptionallowedGroupOperations Property
|
Gets or sets allowed group operations for the function.
Namespace: GrafanaAdapters.Model.FunctionsAssembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.207-beta
Syntax public string allowedGroupOperations { get; set; }
Public Property allowedGroupOperations As String
Get
Set
public:
property String^ allowedGroupOperations {
String^ get ();
void set (String^ value);
}
member allowedGroupOperations : string with get, set
function get_allowedGroupOperations();
function set_allowedGroupOperations(value);
View SourceProperty Value
StringSee Also