PhoneLinePhoneCalls Property |
Gets the collection of phone calls which belong to the phone line.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public override IEnumerable<IPhoneCall> PhoneCalls { get; }
Public Overrides ReadOnly Property PhoneCalls As IEnumerable(Of IPhoneCall)
Get
public:
virtual property IEnumerable<IPhoneCall^>^ PhoneCalls {
IEnumerable<IPhoneCall^>^ get () override;
}
abstract PhoneCalls : IEnumerable<IPhoneCall> with get
override PhoneCalls : IEnumerable<IPhoneCall> with get
Property Value
Type:
IEnumerableIPhoneCallImplements
IPhoneLinePhoneCallsSee Also