Share via


WebUIContactPostActivatedEventArgs.ServiceId Property

Definition

Gets the identifier of the service used for the post.

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

Property Value

String

Platform::String

winrt::hstring

The identifier of the service used for the post.

Implements

Remarks

Your app will only receive post activations for ServiceIds that match the "ServiceId" elements that your app has registered in its manifest.

Applies to