Click or drag to resize

ContactParam Constructor (NameAddress, ListGenericParam)

Initializes a new instance of the ContactParam class

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public ContactParam(
	NameAddress nameAddress,
	List<GenericParam> cps
)

Parameters

nameAddress
Type: Ozeki.VoIPNameAddress
cps
Type: System.Collections.GenericListGenericParam
See Also