PackageSetRuntimeDisposition.PackageSetId 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.
public:
property Platform::String ^ PackageSetId { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring PackageSetId();
void PackageSetId(winrt::hstring value);
public string PackageSetId { get; set; }
var string = packageSetRuntimeDisposition.packageSetId;
packageSetRuntimeDisposition.packageSetId = string;
Public Property PackageSetId As String