| 
            
              FunctionDescriptionpublishedGroupOperations Property
             | 
          
        
        
            Gets or sets published group operations for the function.
            
        
        Namespace: GrafanaAdapters.Model.FunctionsAssembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.257-beta
Syntaxpublic string publishedGroupOperations { get; set; }Public Property publishedGroupOperations As String
	Get
	Set
public:
property String^ publishedGroupOperations {
	String^ get ();
	void set (String^ value);
}member publishedGroupOperations : string with get, set
function get_publishedGroupOperations();
function set_publishedGroupOperations(value);
 View SourceProperty Value
String
See Also