Share via


FeedDisabledArgs.FeedDefinitionId Property

Definition

Gets the unique identifier for the disabled feed, as specified in the app manifest of the feed provider app.

public:
 property Platform::String ^ FeedDefinitionId { Platform::String ^ get(); };
winrt::hstring FeedDefinitionId();
public string FeedDefinitionId { get; }
var string = feedDisabledArgs.feedDefinitionId;
Public ReadOnly Property FeedDefinitionId As String

Property Value

String

Platform::String

winrt::hstring

A string containing the ID of the disabled feed.

Remarks

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

Applies to