CustomQueryParametersUpdateOptions.FeedProviderDefinitionId Property

Definition

Gets the unique identifier for the feed associated with the query parameters update.

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

Property Value

String

Platform::String

winrt::hstring

A string containing the ID of the feed provider.

Remarks

Set the feed ID with the constructor of the CustomQueryParametersUpdateOptions class.

Applies to