PhoneLineConfiguration.ExtendedProperties Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the extended properties for this phone line.
public:
property IMapView<Platform::String ^, Platform::Object ^> ^ ExtendedProperties { IMapView<Platform::String ^, Platform::Object ^> ^ get(); };
IMapView<winrt::hstring, IInspectable const&> ExtendedProperties();
public IReadOnlyDictionary<string,object> ExtendedProperties { get; }
var iMapView = phoneLineConfiguration.extendedProperties;
Public ReadOnly Property ExtendedProperties As IReadOnlyDictionary(Of String, Object)
Property Value
A map of key-value pairs containing the extended properties of the phone line.
Windows requirements
App capabilities |
phoneCallHistory
phoneCallHistorySystem
|