FeedEnabledArgs.FeedProviderDefinitionId Property

Definition

Gets the unique identifier for the feed provider associated with the enabled feed, as specified in the app manifest of the feed provider app.

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

Property Value

String

Platform::String

winrt::hstring

A string containing the ID of the feed provider.

Remarks

For more information, see Feed provider package manifest XML format.

Applies to