SyndicationCategory.Label プロパティ

定義

カテゴリのラベルを取得または設定します。

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

プロパティ値

カテゴリのラベル。

次の XML は、Label プロパティを Atom 1.0 にシリアル化する方法を示しています。

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

注釈

Atom 1.0 にシリアル化すると、 Label は 要素の label<category> 属性に書き込まれます。 Label は RSS 2.0 にシリアル化されません。

適用対象