Share via


SharedPackageContainer.Name Property

Definition

Gets the name of the shared package container.

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

Property Value

String

Platform::String

winrt::hstring

The name of the shared package container.

Remarks

Specify the name of a shared package container in the call to CreateContainer.

Applies to