DialInfoSIPDialed Property |
Gets the full SIP address of the dialed number.
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic SIPAddress SIPDialed { get; }
Public ReadOnly Property SIPDialed As SIPAddress
Get
public:
property SIPAddress^ SIPDialed {
SIPAddress^ get ();
}
member SIPDialed : SIPAddress with get
Property Value
Type:
SIPAddress
See Also