Metodo DedVarsGetVar(String)
|
Restituisce l'oggetto DedVar individuandolo tramite il nome appartenente al gruppo General. Restituisce null se non esiste.
Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi public DedVar GetVar(
string nome
)
Public Function GetVar (
nome As String
) As DedVar
public:
DedVar^ GetVar(
String^ nome
)
member GetVar :
nome : string -> DedVar
Parametri
- nome String
- Nome della variabile.
Valore di ritorno
DedVarRestituisce null se non esiste.
Vedi anche