Share via


QuerySeamlessUpgradeSupportOperation.Type Property

Definition

Important

The types in the Windows.Phone.Networking.Voip namespace are deprecated, and may not be available in future versions of Windows. Instead, use the equivalent types in the Windows.ApplicationModel.Calls namespace.

Gets the type of the VoIP operation.

public:
 property VoipOperationType Type { VoipOperationType get(); };
VoipOperationType Type();
public VoipOperationType Type { get; }
var voipOperationType = querySeamlessUpgradeSupportOperation.type;
Public ReadOnly Property Type As VoipOperationType

Property Value

The type of the VoIP operation.

Implements

Applies to