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