UserDataAccount.PackageFamilyName Property

Definition

Gets the unique identifier for the app package that created the UserDataAccount.

public:
 property Platform::String ^ PackageFamilyName { Platform::String ^ get(); };
winrt::hstring PackageFamilyName();
public string PackageFamilyName { get; }
var string = userDataAccount.packageFamilyName;
Public ReadOnly Property PackageFamilyName As String

Property Value

String

Platform::String

winrt::hstring

The unique identifier for the app package that created the UserDataAccount.

Remarks

This value will be null for device user data accounts.

Applies to