SyndicationFeed.Id Propriedade

Definição

Obtém ou define o identificador do feed de sindicalização.

public:
 property Platform::String ^ Id { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Id();

void Id(winrt::hstring value);
public string Id { get; set; }
var string = syndicationFeed.id;
syndicationFeed.id = string;
Public Property Id As String

Valor da propriedade

String

Platform::String

winrt::hstring

O elemento atom:Id ou o elemento guid no RSS 2.0.

Aplica-se a