ObjectRegistryBaseCreateVariable Method (String) |
Creates a variable.
Namespace:
Lextm.SharpSnmpPro.Mib.Registry
Assembly:
SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.2
Syntaxpublic Variable CreateVariable(
string textual
)
Public Function CreateVariable (
textual As String
) As Variable
public:
Variable^ CreateVariable(
String^ textual
)
member CreateVariable :
textual : string -> Variable
Parameters
- textual
- Type: SystemString
The textual.
Return Value
Type:
Variable
See Also