|
FunctionDescriptionaliases Property
|
Gets or sets other names for the function.
Namespace: GrafanaAdapters.Model.FunctionsAssembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.207-beta
Syntax public string[] aliases { get; set; }
Public Property aliases As String()
Get
Set
public:
property array<String^>^ aliases {
array<String^>^ get ();
void set (array<String^>^ value);
}
member aliases : string[] with get, set
function get_aliases();
function set_aliases(value);
View SourceProperty Value
StringSee Also