SyndicationCategory.Label Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.