Method(String) Constructor |
Initializes a new instance of the
Method class
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic Method(
string m
)
Public Sub New (
m As String
)
public:
Method(
String^ m
)
new :
m : string -> Method
Parameters
- m String
-
See Also