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。

适用于