|
FunctionDescriptionpublishedGroupOperations Property
|
Gets or sets published group operations for the function.
Namespace: GrafanaAdapters.Model.FunctionsAssembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.207-beta
Syntax public 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
StringSee Also