PackageId.ResourceId Property

Definition

Gets the resource ID of the package.

public:
 property Platform::String ^ ResourceId { Platform::String ^ get(); };
winrt::hstring ResourceId();
public string ResourceId { get; }
var string = packageId.resourceId;
Public ReadOnly Property ResourceId As String

Property Value

String

Platform::String

winrt::hstring

The resource ID. If there is no resource ID for the package, this property is null.

Applies to

See also