Share via


FeedAnalyticsInfoReportedArgs.FeedProviderDefinitionId Property

Definition

Gets the definition ID of the feed provider associated with the analytics info.

public:
 property Platform::String ^ FeedProviderDefinitionId { Platform::String ^ get(); };
winrt::hstring FeedProviderDefinitionId();
public string FeedProviderDefinitionId { get; }
var string = feedAnalyticsInfoReportedArgs.feedProviderDefinitionId;
Public ReadOnly Property FeedProviderDefinitionId As String

Property Value

String

Platform::String

winrt::hstring

The definition ID of the feed provider associated with the analytics info.

Remarks

The feed provider definition ID is the value specified in the Id attribute of the FeedProvider element in the provider's package manifest file. For more information see Feed provider package manifest XML format.

Applies to