SIPExtensionGetDialInfoSIPAddress Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public SIPAddress GetDialInfoSIPAddress(
string userID
)
Public Function GetDialInfoSIPAddress (
userID As String
) As SIPAddress
public:
virtual SIPAddress^ GetDialInfoSIPAddress(
String^ userID
) sealed
abstract GetDialInfoSIPAddress :
userID : string -> SIPAddress
override GetDialInfoSIPAddress :
userID : string -> SIPAddress
Parameters
- userID
- Type: SystemString
Return Value
Type:
SIPAddressImplements
IPBXSIPClientGetDialInfoSIPAddress(String)See Also