SyndicationCategory.Label 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置类别的标签。
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。