ContactBindingAttributesConstants.CallUpgradeIdentifier property

Gets a string that can be set to the AppBindingAttributes property to identify a contact binding that supports upgrading cellular calls to VoIP.

Syntax

public static string CallUpgradeIdentifier { get; }
Public Shared ReadOnly Property CallUpgradeIdentifier As String
public:
static property String^ CallUpgradeIdentifier { 
   String^ get();
}

Property value

Type: System.String [.NET] | Platform::String [C++]

A string that identifies a contact binding that supports upgrading cellular calls to VoIP.

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8.1 [Windows Phone Silverlight 8.1 apps only]

Namespace

Windows.Phone.PersonalInformation Windows::Phone::PersonalInformation [C++]

Metadata

Windows.WinMD

See also

ContactBindingAttributesConstants