AttributedNetworkUsage.AttributionId 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 the Id of the app.
public:
property Platform::String ^ AttributionId { Platform::String ^ get(); };
winrt::hstring AttributionId();
public string AttributionId { get; }
var string = attributedNetworkUsage.attributionId;
Public ReadOnly Property AttributionId As String
Property Value
The Id of the app.
Windows requirements
| Requirements | Description |
|---|---|
| Device family |
Windows 10 (introduced in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Remarks
Activity attributed to the system is reported with an empty string as the AttributionId.