AppInstallOptions.ExtendedCampaignId Property

Definition

Gets or sets the extended promotion campaign ID that is associated with the app to install.

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

void ExtendedCampaignId(winrt::hstring value);
public string ExtendedCampaignId { get; set; }
var string = appInstallOptions.extendedCampaignId;
appInstallOptions.extendedCampaignId = string;
Public Property ExtendedCampaignId As String

Property Value

String

Platform::String

winrt::hstring

The extended promotion campaign ID that is associated with the app to install.

Windows requirements

Device family
Windows 10, version 1809 (introduced in 10.0.17763.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v7.0)

Applies to

See also