Share via


PhoneLineDetails.MissedCallCount Property

Definition

Represents the number of missed calls on the phone line.

public:
 property unsigned int MissedCallCount { unsigned int get(); };
uint32_t MissedCallCount();
public uint MissedCallCount { get; }
var uInt32 = phoneLineDetails.missedCallCount;
Public ReadOnly Property MissedCallCount As UInteger

Property Value

UInt32

unsigned int

uint32_t

The number of missed calls.

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