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