BaseAbstractCallIsIncoming Property |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public virtual bool IsIncoming { get; protected set; }
Public Overridable Property IsIncoming As Boolean
Get
Protected Set
public:
virtual property bool IsIncoming {
bool get ();
protected: void set (bool value);
}
abstract IsIncoming : bool with get, set
override IsIncoming : bool with get, set
Property Value
Type:
BooleanImplements
IOzBaseCallIsIncomingSee Also