Share via


SharedPackageContainer.Id Property

Definition

Gets the unique identifier on the device for the shared package container.

public:
 property Platform::String ^ Id { Platform::String ^ get(); };
winrt::hstring Id();
public string Id { get; }
var string = sharedPackageContainer.id;
Public ReadOnly Property Id As String

Property Value

String

Platform::String

winrt::hstring

The ID of the package container.

Applies to