Share via


PhoneLineChangedTriggerDetails.HasLinePropertyChanged Method

Definition

Checks a phone line against a set of flags to see if any of the specified properties of the phone line have changed.

public:
 virtual bool HasLinePropertyChanged(PhoneLineProperties lineProperty) = HasLinePropertyChanged;
bool HasLinePropertyChanged(PhoneLineProperties const& lineProperty);
public bool HasLinePropertyChanged(PhoneLineProperties lineProperty);
function hasLinePropertyChanged(lineProperty)
Public Function HasLinePropertyChanged (lineProperty As PhoneLineProperties) As Boolean

Parameters

lineProperty
PhoneLineProperties

A set of flags which indicate the phone line properties to query for changes.

Returns

Boolean

bool

Returns true if any of the properties indicated by the lineProperty parameter have changed on the phone line.

Windows requirements

App capabilities
phoneCallHistory phoneCallHistorySystem

Applies to