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

属性值

String

类别的名称。

示例

下面的 XML 演示如何将 Name 属性序列化为 Atom 1.0。

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

注解

序列化为 Atom 1.0 时,将 Name 写入 term 元素的属性 <category>Label 未序列化为 RSS 2.0。

适用于