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