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