IContactCallActivatedEventArgs.ServiceId Property

Definition

Gets the identifier of the service used for the call.

public:
 property Platform::String ^ ServiceId { Platform::String ^ get(); };
winrt::hstring ServiceId();
public string ServiceId { get; }
var string = iContactCallActivatedEventArgs.serviceId;
Public ReadOnly Property ServiceId As String

Property Value

String

Platform::String

winrt::hstring

The identifier of the service used for the call.

Remarks

For info about how to handle app activation through contact actions, see Quickstart: Handling contact actions .

Applies to

See also