AppServiceTriggerDetails.CallerPackageFamilyName 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 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
The name of the package family for the client app that called the background task for the app service.