SyndicationFeed.Id Proprietà

Definizione

Ottiene o imposta l'identificatore per il feed di diffusione.

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

Valore della proprietà

String

Platform::String

winrt::hstring

Elemento atom:Id o elemento GUID in RSS 2.0.

Si applica a