AppInstallOptions.ExtendedCampaignId 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 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
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)
|