SIPCallBasicInfoIsIncoming Property |
Gets a boolean value indicating whether the call is an incoming call.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public bool IsIncoming { get; set; }
Public Property IsIncoming As Boolean
Get
Set
public:
property bool IsIncoming {
bool get ();
void set (bool value);
}
member IsIncoming : bool with get, set
Property Value
Type:
BooleanSee Also