次の方法で共有


SyndicationCategory.Name プロパティ

定義

カテゴリの名前を取得または設定します。

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

プロパティ値

カテゴリの名前。

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

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

注釈

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

適用対象