'Declaration
Public Overloads Shared Function Delete( _ ByVal variableName As System.String, _ ByVal js As Server _ ) As ValidationLog
'Usage
Dim variableName As System.String Dim js As Server Dim value As ValidationLog value = Variable.Delete(variableName, js)
public static ValidationLog Delete( System.string variableName, Server js )
Parameters
- variableName
- Variable Name.
- js
- JAMS Server.