| ChannelActiveCall Property |
diaGlobWrapper Help
Returns the active call object on the channel. Null if there is no active call.
Namespace: InkostarAssembly: DiaGlobWrapper (in DiaGlobWrapper.dll) Version: 0.0.0.0
Syntaxpublic Call ActiveCall { get; }Public ReadOnly Property ActiveCall As Call
Get
public:
property Call^ ActiveCall {
Call^ get ();
}member ActiveCall : Call with get
Property Value
Type:
Call
See Also