SyndicationItem.Id Eigenschaft

Definition

Ruft den Bezeichner für den Syndicationfeed ab oder legt diese fest.

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 = syndicationItem.id;
syndicationItem.id = string;
Public Property Id As String

Eigenschaftswert

String

Platform::String

winrt::hstring

Das atom:Id-Element oder das guid-Element in RSS 2.0.

Gilt für: