Partager via


SyndicationCategory.Label Propriété

Définition

Obtient ou définit l’étiquette de la catégorie.

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

Valeur de propriété

Étiquette de la catégorie.

Exemples

Le code XML suivant montre comment la propriété Label est sérialisée en Atom 1.0.

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

Remarques

En cas de sérialisation dans Atom 1.0, le Label est écrit dans l’attribut label de l’élément <category> . Label n’est pas sérialisé en RSS 2.0.

S’applique à