SyndicationCategory.Label Właściwość

Definicja

Pobiera lub ustawia etykietę kategorii.

public:
 property System::String ^ Label { System::String ^ get(); void set(System::String ^ value); };
public string Label { get; set; }
member this.Label : string with get, set
Public Property Label As String

Wartość właściwości

Etykieta kategorii.

Przykłady

Poniższy kod XML pokazuje, jak Label właściwość jest serializowana do atomu 1.0.

<category customAttribute="value" term="FeedCategory" label="CategoryLabel" scheme="CategoryScheme"/>  

Uwagi

Po serializacji do Atom 1.0 element Label jest zapisywany w label atrybucie <category> elementu . Label nie jest serializowany do rss 2.0.

Dotyczy