Last updated 1 day ago
Was this helpful?
Method in
Gets the description for a given variable, if it exists.
public string? GetDescriptionForVariable(string variableName)
string variableName
string
The name of the variable.
The description for the variable, or null if none was found.
null