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