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