PhoneNotificationTriggerDetails.PhoneLineChangedId Property

Definition

Represents the instance ID of the changed phone line that generated the notification.

public:
 property Platform::Guid PhoneLineChangedId { Platform::Guid get(); };
winrt::guid PhoneLineChangedId();
public Guid PhoneLineChangedId { get; }
var guid = phoneNotificationTriggerDetails.phoneLineChangedId;
Public ReadOnly Property PhoneLineChangedId As Guid

Property Value

Guid

Platform::Guid

winrt::guid

Represents the ID of the new phone line.

Windows requirements

App capabilities
accessoryManager

Remarks

Calling this API requires that the ID_CAP_SMS and ID_CAP_SMS_COMPANION capabilities be specified in the application manifest.

Applies to