IVariableResolver.DeleteVariable(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deletes a variable.
public:
ManagedBatchParser::ParserAction DeleteVariable(System::String ^ varName);
public ManagedBatchParser.ParserAction DeleteVariable (string varName);
abstract member DeleteVariable : string -> ManagedBatchParser.ParserAction
Public Function DeleteVariable (varName As String) As ParserAction
Parameters
- varName
- String
The name of the variable.
Returns
The parser action, either Abort or Continue