PackageDependency.Id Property

Definition

Gets the ID of the package dependency. This value is available after successful calls to the Create and CreateForSystem methods.

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

Property Value

String

Platform::String

winrt::hstring

The ID of the package dependency.

Applies to