| 
            
              ParameterDefinitionTInternal Property
             | 
          
        
        
            Gets flag that indicates if parameter is internal.
            
        
        Namespace: GrafanaAdapters.FunctionsAssembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.257-beta
Syntaxpublic bool Internal { get; init; }Public Property Internal As Boolean
	Get
	Set
public:
virtual property bool Internal {
	bool get () sealed;
	void set (bool value) sealed;
}abstract Internal : bool with get, set
override Internal : bool with get, set
function get_Internal();
function set_Internal(value);
 View SourceProperty Value
BooleanImplements
IParameterInternal
Remarks
            Internal parameters are not exposed to the user and should
            always be defined at the end of the parameter list.
            
See Also