IContactPostActivatedEventArgs.ServiceUserId Property

Definition

Gets the user identifier of the service used for the post.

public:
 property Platform::String ^ ServiceUserId { Platform::String ^ get(); };
winrt::hstring ServiceUserId();
public string ServiceUserId { get; }
var string = iContactPostActivatedEventArgs.serviceUserId;
Public ReadOnly Property ServiceUserId As String

Property Value

String

Platform::String

winrt::hstring

The user identifier of the service used for the post.

Applies to