AppServiceTriggerDetails.CallerPackageFamilyName Property

Definition

Gets the name of the package family for the client app that called the background task for the app service.

public:
 property Platform::String ^ CallerPackageFamilyName { Platform::String ^ get(); };
winrt::hstring CallerPackageFamilyName();
public string CallerPackageFamilyName { get; }
var string = appServiceTriggerDetails.callerPackageFamilyName;
Public ReadOnly Property CallerPackageFamilyName As String

Property Value

String

Platform::String

winrt::hstring

The name of the package family for the client app that called the background task for the app service.

Applies to