PackageId.ResourceId 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 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
The resource ID. If there is no resource ID for the package, this property is null.