IncomingCallEventArgsCall Property |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic AbstractLocalCall Call { get; }
Public ReadOnly Property Call As AbstractLocalCall
Get
public:
property AbstractLocalCall^ Call {
AbstractLocalCall^ get ();
}
member Call : AbstractLocalCall with get
Property Value
Type:
AbstractLocalCall
See Also