ReplaceAppointmentOperation.SourcePackageFamilyName 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 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 = replaceAppointmentOperation.sourcePackageFamilyName;
Public ReadOnly Property SourcePackageFamilyName As String
Property Value
The package family name.
Windows requirements
App capabilities |
appointmentsSystem
|