PackageSet.Id Property

Definition

Gets or sets an optional property that's used primarily for logging and troubleshooting.

public:
 property Platform::String ^ Id { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Id();

void Id(winrt::hstring value);
public string Id { get; set; }
var string = packageSet.id;
packageSet.id = string;
Public Property Id As String

Property Value

String

Platform::String

winrt::hstring

An optional property that's used primarily for logging and troubleshooting.

Applies to