VoipPhoneCall.ContactName property

Gets or sets contact name associated with the VoIP call.

Syntax

public string ContactName { get; set; }
Public Property ContactName As String
public:
property String^ ContactName { 
   String^ get();
   void set (String^ value);
}

Property value

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

The contact name associated with the VoIP call.

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8

Namespace

Windows.Phone.Networking.Voip Windows::Phone::Networking::Voip [C++]

Metadata

Windows.WinMD

Capabilities

ID_CAP_VOIP [Windows Phone]

See also

VoipPhoneCall