Contact Constructor (ContactParam) |
Initializes a new instance of the
Contact class
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public Contact(
ContactParam contactParam
)
Public Sub New (
contactParam As ContactParam
)
public:
Contact(
ContactParam^ contactParam
)
new :
contactParam : ContactParam -> Contact
Parameters
- contactParam
- Type: Ozeki.VoIPContactParam
See Also