IContactCallActivatedEventArgs.ServiceUserId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the user identifier of the service used for the call.
public:
property Platform::String ^ ServiceUserId { Platform::String ^ get(); };
winrt::hstring ServiceUserId();
public string ServiceUserId { get; }
var string = iContactCallActivatedEventArgs.serviceUserId;
Public ReadOnly Property ServiceUserId As String
Property Value
The user 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 .