RemoveAppointmentOperation.SourcePackageFamilyName Property

Definition

Gets the package family name of the app that is requesting the operation.

public:
 property Platform::String ^ SourcePackageFamilyName { Platform::String ^ get(); };
winrt::hstring SourcePackageFamilyName();
public string SourcePackageFamilyName { get; }
var string = removeAppointmentOperation.sourcePackageFamilyName;
Public ReadOnly Property SourcePackageFamilyName As String

Property Value

String

Platform::String

winrt::hstring

The package family name.

Windows requirements

App capabilities
appointmentsSystem

Applies to