PhoneLineConfiguration PhoneLineConfiguration PhoneLineConfiguration PhoneLineConfiguration Class

Definition

A collection of properties providing information about a phone line.

public : sealed class PhoneLineConfiguration : IPhoneLineConfigurationpublic sealed class PhoneLineConfiguration : IPhoneLineConfigurationPublic NotInheritable Class PhoneLineConfiguration Implements IPhoneLineConfiguration// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows Mobile Extension SDK (introduced v10.0.10240.0)
API contract
Windows.ApplicationModel.Calls.CallsPhoneContract (introduced v1)

Properties

ExtendedProperties ExtendedProperties ExtendedProperties ExtendedProperties

Gets the extended properties for this phone line.

public : IMapView<string, object> ExtendedProperties { get; }public IReadOnlyDictionary<string, object> ExtendedProperties { get; }Public ReadOnly Property ExtendedProperties As IReadOnlyDictionary<string, object>// You can use this property in JavaScript.
Value
IMapView<PlatForm::String, PlatForm::Object> IReadOnlyDictionary<string, object> IReadOnlyDictionary<string, object> IReadOnlyDictionary<string, object>

A map of key-value pairs containing the extended properties of the phone line.

IsVideoCallingEnabled IsVideoCallingEnabled IsVideoCallingEnabled IsVideoCallingEnabled

Gets whether video calls are enabled over this phone line.

public : PlatForm::Boolean IsVideoCallingEnabled { get; }public bool IsVideoCallingEnabled { get; }Public ReadOnly Property IsVideoCallingEnabled As bool// You can use this property in JavaScript.
Value
PlatForm::Boolean bool bool bool

True if video calls are supported, otherwise false.