| 
            
              FunctionDescriptionallowedGroupOperations Property
             | 
          
        
        
            Gets or sets allowed group operations for the function.
            
        
        Namespace: GrafanaAdapters.Model.FunctionsAssembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.257-beta
Syntaxpublic 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
String
See Also